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

/haiku/src/system/kernel/
H A Dguarded_heap.cpp38 size_t allocation_size; member in struct:guarded_heap_page
190 page.allocation_size = allocationSize;
201 page.allocation_size = allocationSize;
238 page.allocation_size = 0;
559 size_t oldSize = page.allocation_size;
649 kprintf("allocation size: %" B_PRIuSIZE "\n", page.allocation_size);
831 (addr_t)page.allocation_base, page.allocation_size);
837 totalSize += page.allocation_size;
H A Dheap.cpp135 size_t allocation_size; member in struct:area_allocation_info_s
2262 info->allocation_size = size;
2392 && info->allocation_size < areaInfo.size) {
2445 && info->allocation_size < areaInfo.size) {
2453 info->allocation_size = newSize;
2465 memcpy(newAddress, address, min_c(newSize, info->allocation_size));
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp163 size_t allocation_size; member in struct:guarded_heap_page
322 page.allocation_size = allocationSize;
333 page.allocation_size = allocationSize;
527 page->allocation_size = size;
716 if (page->allocation_size >= areaInfo.size)
766 oldSize = page.allocation_size;
774 oldSize = page->allocation_size;
815 printf("allocation size: %" B_PRIuSIZE "\n", page.allocation_size);
872 page.allocation_size, page.alignment, page.allocating_thread, \
993 allocationSize += page.allocation_size;
[all...]
H A Dheap.cpp154 size_t allocation_size; member in struct:area_allocation_info_s
1752 info->allocation_size = size;
1788 && info->allocation_size < areaInfo.size) {
1790 *size = info->allocation_size;
1867 info->allocation_size = size;
1943 && info->allocation_size < areaInfo.size) {
1985 && info->allocation_size < areaInfo.size) {
1993 + info->allocation_size - newSize);
1999 min_c(newSize, info->allocation_size));
2001 info->allocation_size
[all...]

Completed in 67 milliseconds