Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/boot/common/
Dofcommon.c23 unsigned int heap_use, heap_max; variable
39 heap_use += size; in zalloc()
40 if (heap_use > heap_max) in zalloc()
41 heap_max = heap_use; in zalloc()
64 heap_use -= nb; in zfree()
/linux-2.4.37.9/arch/ppc64/boot/
DzImage.c45 unsigned int heap_use; variable
266 heap_use += size; in zalloc()
267 if (heap_use > heap_max) in zalloc()
268 heap_max = heap_use; in zalloc()
291 heap_use -= nb; in zfree()