Searched refs:PRINT_ALLOC (Results 1 – 1 of 1) sorted by relevance
/third_party/lzma/C/ |
D | Alloc.c | 128 #define PRINT_ALLOC(name, cnt, size, ptr) { \ macro 144 #define PRINT_ALLOC(name, cnt, size, ptr) macro 178 PRINT_ALLOC("Alloc ", g_allocCount, size, p) in MyAlloc() 228 PRINT_ALLOC("Alloc-Mid", g_allocCountMid, size, p) in MidAlloc() 283 PRINT_ALLOC("Alloc-Big", g_allocCountBig, size, NULL) in BigAlloc() 298 PRINT_ALLOC("Alloc-BM ", g_allocCountMid, size2, p) in BigAlloc()
|