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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c110 // returning it to the OS. See cached_os_alloc.
181 // the OS, to reduce churn. May be null. If non-null, cached_os_alloc->size
183 header_t* cached_os_alloc; member in struct:heap
224 theheap.cached_os_alloc ? theheap.cached_os_alloc->size : 0);
388 // cached_os_alloc. |left_sentinel| is the start of the OS allocation, and
392 if (theheap.cached_os_alloc == NULL) {
394 theheap.cached_os_alloc = left_sentinel;
395 theheap.cached_os_alloc->left = NULL;
396 theheap.cached_os_alloc
[all...]

Completed in 72 milliseconds