mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
Added __get_slab_usage() function which can be used to query the slab allocator memory usage at runtime.
7 lines
195 B
C
7 lines
195 B
C
#define VERSION 1
|
|
#define REVISION 208
|
|
#define DATE "19.11.2016"
|
|
#define VERS "c.lib 1.208"
|
|
#define VSTRING "c.lib 1.208 (19.11.2016)\r\n"
|
|
#define VERSTAG "\0$VER: c.lib 1.208 (19.11.2016)"
|