Searched refs:allocation_header (Results 1 – 2 of 2) sorted by relevance
24 struct allocation_header { struct30 struct free_entry : allocation_header { argument43 fBase = (allocation_header*)heap - 1; in Init()72 allocation_header* header = &fBase[fLastFree]; in CreateChildPool()132 allocation_header* header = (allocation_header*)address - 1; in Free()218 allocation_header* fBase; // actually base - 1, so that index 0 is
137 data_header* allocation_header; member915 uint8* allocated = alloc_data_header_space(buffer->allocation_header, size); in alloc_data_header_space()924 release_data_header(buffer->allocation_header); in alloc_data_header_space()925 buffer->allocation_header = header; in alloc_data_header_space()929 allocated = alloc_data_header_space(buffer->allocation_header, size); in alloc_data_header_space()933 *_header = buffer->allocation_header; in alloc_data_header_space()1113 buffer->allocation_header = header; in create_buffer()1164 release_data_header(buffer->allocation_header); in free_buffer()1566 node = add_first_data_node(buffer->allocation_header); in prepend_size()1690 node = add_first_data_node(buffer->allocation_header); in append_size()