Searched refs:heapAddress (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/
H A Dheap.cpp400 uint64 heapAddress = 0; local
401 if (i < argc && !evaluate_debug_expression(argv[i], &heapAddress, true)) {
406 if (heapAddress == 0) {
416 dump_allocator((heap_allocator*)(addr_t)heapAddress, !stats, !stats);
428 uint64 heapAddress = 0; local
433 else if (!evaluate_debug_expression(argv[i], &heapAddress, true)) {
444 if (heapAddress != 0)
445 heap = (heap_allocator *)(addr_t)heapAddress;
448 heap_allocator *heap = (heap_allocator *)(addr_t)heapAddress;
524 if (heapAddress !
788 uint64 heapAddress; local
[all...]

Completed in 33 milliseconds