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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c198 static struct heap theheap; variable in typeref:struct:heap
202 static void lock(void) TA_ACQ(theheap.lock) {
203 mutex_acquire(&theheap.lock);
206 static void unlock(void) TA_REL(theheap.lock) {
207 mutex_release(&theheap.lock);
222 (unsigned long)theheap.size,
223 (unsigned long)theheap.remaining,
224 theheap.cached_os_alloc ? theheap.cached_os_alloc->size : 0);
229 free_t* free_area = theheap
[all...]

Completed in 17 milliseconds