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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c380 static void free_to_os(void* ptr, size_t size) { function
387 // May call free_to_os(), or may cache the (non-large) OS allocation in
400 free_to_os(left_sentinel, total_size);
1100 free_to_os(os_alloc, os_alloc->size);

Completed in 73 milliseconds