Searched refs:allocation_base (Results 1 - 4 of 4) sorted by path

/haiku/src/system/kernel/
H A Dguarded_heap.cpp39 void* allocation_base; member in struct:guarded_heap_page
191 page.allocation_base = allocationBase;
202 page.allocation_base = allocationBase;
650 kprintf("allocation base: %p\n", page.allocation_base);
825 && (address == 0 || (addr_t)page.allocation_base == address)) {
831 (addr_t)page.allocation_base, page.allocation_size);
H A Dheap.cpp137 void * allocation_base; member in struct:area_allocation_info_s
2275 info->allocation_base = address;
2446 size_t available = info->size - ((addr_t)info->allocation_base
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp164 void* allocation_base; member in struct:guarded_heap_page
323 page.allocation_base = allocationBase;
334 page.allocation_base = allocationBase;
528 page->allocation_base = (void*)(((addr_t)address
544 size_t protectedSize = (addr_t)page->allocation_base - protectedStart;
550 protectedStart = (addr_t)page->allocation_base
559 return page->allocation_base;
714 if (page->allocation_base != address)
816 printf("allocation base: %p\n", page.allocation_base);
871 find_thread(NULL), address, page.allocation_base, \
[all...]
H A Dheap.cpp156 void * allocation_base; member in struct:area_allocation_info_s
1762 info->allocation_base = address;
1880 info->allocation_base = address;
1992 newAddress = (void*)((addr_t)info->allocation_base
1998 memmove(newAddress, info->allocation_base,
2000 info->allocation_base = newAddress;
2005 size_t available = info->size - ((addr_t)info->allocation_base

Completed in 68 milliseconds