Searched refs:debug_iomalloc_size (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/libkern/c++/ |
| H A D | OSCPPDebug.cpp | 47 debug_iomalloc_size in OSPrintMemory()
|
| /xnu-11215.81.4/libkern/libkern/c++/ |
| H A D | OSCPPDebug.h | 41 extern size_t debug_iomalloc_size;
|
| /xnu-11215.81.4/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 352 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask() 366 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask() 740 OSAddAtomicLong(-size, &debug_iomalloc_size); in free() 751 OSAddAtomicLong(-size, &debug_iomalloc_size); in free()
|
| H A D | IOLib.cpp | 325 OSAddAtomicLong(size, &debug_iomalloc_size); 364 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFree_internal() 595 OSAddAtomicLong(size, &debug_iomalloc_size); 647 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFreeAligned_internal() 713 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOKernelFreePhysical() 833 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-11215.81.4/tools/lldbmacros/ |
| H A D | memory.py | 1216 …ation = {0: <#0x} = {1: d}K".format(kern.globals.debug_iomalloc_size, kern.globals.debug_iomalloc…
|