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

/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp118 uint16 allocation_id; // used for bin == bin_count allocations member in union:heap_page_s::__anon9
338 && area->page_table[i + pageCount].allocation_id
339 == page->allocation_id)
438 && area->page_table[i + pageCount].allocation_id
439 == page->allocation_id)
996 page->allocation_id = (uint16)first;
1315 uint32 allocationID = page->allocation_id;
1323 || page[i].allocation_id != allocationID)
1329 page[i].allocation_id = 0;
1441 uint32 allocationID = page->allocation_id;
[all...]
/haiku/src/system/kernel/
H A Dheap.cpp93 uint16 allocation_id; // used for bin == bin_count allocations member in union:heap_page_s::__anon173
502 && area->page_table[i + pageCount].allocation_id
503 == page->allocation_id)
621 && area->page_table[i + pageCount].allocation_id
622 == page->allocation_id)
749 && area->page_table[i + pageCount].allocation_id
750 == page->allocation_id) {
1386 page->allocation_id = (uint16)first;
1705 uint32 allocationID = page->allocation_id;
1713 || page[i].allocation_id !
[all...]

Completed in 41 milliseconds