Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/decompress/
Dmm.h31 STATIC_RW_DATA int malloc_count; variable
50 malloc_count++; in malloc()
56 malloc_count--; in free()
57 if (!malloc_count) in free()
/linux-4.4.14/lib/
Dinflate.c242 static int malloc_count; variable
261 malloc_count++; in malloc()
267 malloc_count--; in free()
268 if (!malloc_count) in free()