Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/decompress/
H A Dmm.h32 STATIC_RW_DATA int malloc_count; variable
51 malloc_count++; in malloc()
57 malloc_count--; in free()
58 if (!malloc_count) in free()
/kernel/linux/linux-6.6/include/linux/decompress/
H 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()
/kernel/linux/linux-5.10/lib/
H A Dinflate.c243 static int malloc_count; variable
262 malloc_count++; in malloc()
268 malloc_count--; in free()
269 if (!malloc_count) in free()
/kernel/linux/linux-6.6/lib/
H 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 4 milliseconds