Searched refs:malloc_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/decompress/
H A Dmm.h40 STATIC_RW_DATA int malloc_count; variable
59 malloc_count++;
65 malloc_count--;
66 if (!malloc_count)
/linux-master/lib/
H A Dinflate.c243 static int malloc_count; variable
262 malloc_count++;
268 malloc_count--;
269 if (!malloc_count)

Completed in 123 milliseconds