Public Member Functions | |
CLeak (const char *name, CLeak *next) | |
~CLeak () | |
Static Public Member Functions | |
CLeak * | find (CLeak *cat, const char *name) |
CLeak * | insert (const char *name, CLeak *next) |
Data Fields | |
uint | Count |
uint | Memory |
char * | Name |
CLeak * | Next |
|
Definition at line 2855 of file memory/heap_allocator.cpp. |
|
Definition at line 2864 of file memory/heap_allocator.cpp. |
|
Definition at line 2871 of file memory/heap_allocator.cpp. |
|
Definition at line 2882 of file memory/heap_allocator.cpp. |
|
Definition at line 2887 of file memory/heap_allocator.cpp. |
|
Definition at line 2888 of file memory/heap_allocator.cpp. |
|
Definition at line 2889 of file memory/heap_allocator.cpp. |
|
Definition at line 2890 of file memory/heap_allocator.cpp. |