Searched defs:heap (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libnetwork/netresolv/include/isc/
H A Dheap.h28 void **heap; member in struct:heap_context
/haiku/src/add-ons/kernel/drivers/graphics/common/
H A Dmemory_manager.c47 mem_block *heap; member in struct:mem_info
[all...]
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu.cpp421 void *heap = (uint8 *)sPageTable - args->heap_size; local
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp37 void Init(void* heap, size_t heapSize) argument
/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp680 void *heap = (void *)get_next_physical_address(args->heap_size); local
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp683 void *heap = (void *)get_next_physical_address(args->heap_size); local
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp678 void *heap = (void *)get_next_physical_address(args->heap_size); local
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp364 addr_t heap = AllocPhysPages(args->heap_size); local
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp824 void *heap = (void *)get_next_physical_address(args->heap_size); local
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp591 processHeap *heap = getAllocator(); local
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp175 guarded_heap* heap; member in struct:guarded_heap_area
373 guarded_heap_pages_allocated(guarded_heap& heap, size_t pagesAllocated) argument
433 guarded_heap_area_init(guarded_heap& heap, area_id id, void* baseAddress, argument
468 guarded_heap_area_create(guarded_heap& heap, size_t size) argument
492 guarded_heap_add_area(guarded_heap& heap, uint32 counter) argument
564 guarded_heap_allocate(guarded_heap& heap, size_t size, size_t alignment) argument
606 guarded_heap_get_locked_area_for(guarded_heap& heap, void* address) argument
951 dump_guarded_heap(guarded_heap& heap) argument
972 dump_allocations(guarded_heap& heap, bool statsOnly, thread_id thread) argument
[all...]
H A Dheap.cpp237 dump_bin_list(heap_allocator *heap) argument
246 dump_allocator_areas(heap_allocator *heap) argument
263 dump_allocator(heap_allocator *heap, bool areas, bool bins) argument
284 heap_allocator *heap = sHeaps[classIndex]; local
375 heap_allocator *heap = sHeaps[classIndex]; local
479 heap_validate_heap(heap_allocator *heap) argument
657 heap_add_area(heap_allocator *heap, area_id areaID, addr_t base, size_t size) argument
740 heap_remove_area(heap_allocator *heap, heap_area *area) argument
786 heap_allocator *heap = (heap_allocator *)base; local
829 heap_free_pages_added(heap_allocator *heap, heap_area *area, uint32 pageCount) argument
871 heap_free_pages_removed(heap_allocator *heap, heap_area *area, uint32 pageCount) argument
943 heap_allocate_contiguous_pages(heap_allocator *heap, uint32 pageCount, size_t alignment) argument
1022 heap_raw_alloc(heap_allocator *heap, size_t size, size_t alignment) argument
1045 heap_allocate_from_bin(heap_allocator *heap, uint32 binIndex, size_t size) argument
1114 heap_memalign(heap_allocator *heap, size_t alignment, size_t size) argument
1176 heap_free(heap_allocator *heap, void *address) argument
1391 heap_realloc(heap_allocator *heap, void *address, void **newAddress, size_t newSize) argument
1509 heap_get_allocation_info(heap_allocator *heap, void *address, size_t *size, thread_id *thread) argument
1617 heap_create_new_heap_area(heap_allocator *heap, const char *name, size_t size) argument
1774 heap_allocator *heap = sHeaps[i]; local
[all...]
/haiku/src/system/kernel/
H A Dguarded_heap.cpp51 guarded_heap* heap; member in struct:guarded_heap_area
87 GuardedHeapTraceEntry(guarded_heap* heap) argument
101 Allocate(guarded_heap* heap, void* pageBase, uint32 flags) argument
128 Free(guarded_heap* heap, voi argument
256 guarded_heap_pages_allocated(guarded_heap& heap, size_t pagesAllocated) argument
330 guarded_heap_area_init(guarded_heap& heap, area_id id, void* baseAddress, size_t size, uint32 flags) argument
371 guarded_heap_area_create(guarded_heap& heap, uint32 flags) argument
396 guarded_heap_add_area(guarded_heap& heap, int32 counter, uint32 flags) argument
413 guarded_heap_allocate(guarded_heap& heap, size_t size, size_t alignment, uint32 flags) argument
446 guarded_heap_get_locked_area_for(guarded_heap& heap, void* address) argument
755 guarded_heap* heap = &sGuardedHeap; local
[all...]
H A Dheap.cpp339 dump_bin_list(heap_allocator *heap) argument
348 dump_allocator_areas(heap_allocator *heap) argument
365 dump_allocator(heap_allocator *heap, boo argument
443 heap_allocator *heap = sHeaps[heapIndex]; local
448 heap_allocator *heap = (heap_allocator *)(addr_t)heapAddress; local
563 heap_allocator *heap = sHeaps[heapIndex]; local
700 analyze_allocation_callers(heap_allocator *heap) argument
782 heap_allocator *heap = NULL; local
849 heap_validate_heap(heap_allocator *heap) argument
1023 heap_add_area(heap_allocator *heap, area_id areaID, addr_t base, size_t size) argument
1110 heap_remove_area(heap_allocator *heap, heap_area *area) argument
1161 heap_allocator *heap; local
1218 heap_free_pages_added(heap_allocator *heap, heap_area *area, uint32 pageCount) argument
1260 heap_free_pages_removed(heap_allocator *heap, heap_area *area, uint32 pageCount) argument
1332 heap_allocate_contiguous_pages(heap_allocator *heap, uint32 pageCount, size_t alignment) argument
1399 heap_add_leak_check_info(heap_allocator *heap, addr_t address, size_t allocated, size_t size) argument
1413 heap_raw_alloc(heap_allocator *heap, size_t size, size_t alignment) argument
1436 heap_allocate_from_bin(heap_allocator *heap, uint32 binIndex, size_t size) argument
1515 heap_should_grow(heap_allocator *heap) argument
1523 heap_memalign(heap_allocator *heap, size_t alignment, size_t size) argument
1593 heap_free(heap_allocator *heap, void *address) argument
1764 heap_set_get_caller(heap_allocator* heap, addr_t (*getCaller)()) argument
1775 heap_realloc(heap_allocator *heap, void *address, void **newAddress, size_t newSize, uint32 flags) argument
1924 heap_allocator *heap = sHeaps[heapIndex]; local
1941 heap_create_new_heap_area(heap_allocator *heap, const char *name, size_t size) argument
1978 heap_allocator *heap = sHeaps[i]; local
2290 heap_allocator *heap = sHeaps[heapIndex]; local
2366 heap_allocator *heap = sHeaps[(i + offset) % sHeapCount]; local
2423 heap_allocator *heap = sHeaps[(i + offset) % sHeapCount]; local
[all...]

Completed in 106 milliseconds