Searched refs:debug_iomalloc_size (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.61.3/libkern/c++/ |
| H A D | OSCPPDebug.cpp | 47 debug_iomalloc_size in OSPrintMemory()
|
| /xnu-10002.61.3/libkern/libkern/c++/ |
| H A D | OSCPPDebug.h | 41 extern size_t debug_iomalloc_size;
|
| /xnu-10002.61.3/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 350 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask() 364 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask() 738 OSAddAtomicLong(-size, &debug_iomalloc_size); in free() 749 OSAddAtomicLong(-size, &debug_iomalloc_size); in free()
|
| H A D | IOLib.cpp | 322 OSAddAtomicLong(size, &debug_iomalloc_size); 361 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFree_internal() 592 OSAddAtomicLong(size, &debug_iomalloc_size); 644 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFreeAligned_internal() 710 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOKernelFreePhysical() 830 OSAddAtomicLong(size, &debug_iomalloc_size); in IOKernelAllocateWithPhysicalRestrict()
|
| H A D | IOKitDebug.cpp | 80 size_t debug_iomalloc_size; variable 153 debug_iomalloc_size in IOPrintMemory() 206 updateOffset( dict, debug_iomalloc_size, "IOMalloc allocation" ); in serialize()
|
| /xnu-10002.61.3/tools/lldbmacros/ |
| H A D | memory.py | 1268 …ation = {0: <#0x} = {1: d}K".format(kern.globals.debug_iomalloc_size, kern.globals.debug_iomalloc…
|