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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c451 static void* create_allocation_header( function
846 create_allocation_header(
879 create_allocation_header(new_os_allocation_start, 0,
951 create_allocation_header(head, 0, head->header.size, head->header.left);
984 create_allocation_header(
1059 create_allocation_header(left_sentinel, 0, sizeof(header_t), NULL);
1069 create_allocation_header(right_sentinel, 0, 0, new_header);

Completed in 69 milliseconds