Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds