Searched refs:PRINT_FREE (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | Alloc.c | 112 #define PRINT_FREE(name, cnt, ptr) if (ptr) { \ macro 121 #define PRINT_FREE(name, cnt, ptr) macro 149 PRINT_FREE("Free ", g_allocCount, address); in MyFree() 168 PRINT_FREE("Free-Mid", g_allocCountMid, address); in MidFree() 230 PRINT_FREE("Free-Big", g_allocCountBig, address); in BigFree()
|