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

/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp24 struct allocation_header { struct
25 uint32 size : 31; // size in allocation_header units
30 struct free_entry : allocation_header {
43 fBase = (allocation_header*)heap - 1;
72 allocation_header* header = &fBase[fLastFree];
132 allocation_header* header = (allocation_header*)address - 1;
218 allocation_header* fBase; // actually base - 1, so that index 0 is
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp137 data_header* allocation_header; member in struct:net_buffer_private
914 uint8* allocated = alloc_data_header_space(buffer->allocation_header, size);
923 release_data_header(buffer->allocation_header);
924 buffer->allocation_header = header;
928 allocated = alloc_data_header_space(buffer->allocation_header, size);
932 *_header = buffer->allocation_header;
1111 buffer->allocation_header = header;
1161 release_data_header(buffer->allocation_header);
1563 node = add_first_data_node(buffer->allocation_header);
1687 node = add_first_data_node(buffer->allocation_header);
[all...]

Completed in 19 milliseconds