Searched refs:debug_iomalloc_size (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.121.3/libkern/c++/ |
| H A D | OSCPPDebug.cpp | 47 debug_iomalloc_size in OSPrintMemory()
|
| /xnu-8020.121.3/libkern/libkern/c++/ |
| H A D | OSCPPDebug.h | 41 extern size_t debug_iomalloc_size;
|
| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 349 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask() 363 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask() 726 OSAddAtomicLong(-size, &debug_iomalloc_size); in free() 737 OSAddAtomicLong(-size, &debug_iomalloc_size); in free()
|
| H A D | IOLib.cpp | 321 OSAddAtomicLong(size, &debug_iomalloc_size); in IOMalloc_internal() 360 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFree_internal() 591 OSAddAtomicLong(size, &debug_iomalloc_size); in IOMallocAligned_internal() 643 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFreeAligned_internal() 707 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOKernelFreePhysical() 823 OSAddAtomicLong(size, &debug_iomalloc_size); in IOKernelAllocateWithPhysicalRestrict()
|
| H A D | IOKitDebug.cpp | 79 size_t debug_iomalloc_size; variable 152 debug_iomalloc_size in IOPrintMemory() 205 updateOffset( dict, debug_iomalloc_size, "IOMalloc allocation" ); in serialize()
|
| /xnu-8020.121.3/tools/lldbmacros/ |
| H A D | memory.py | 1467 …ation = {0: <#0x} = {1: d}K".format(kern.globals.debug_iomalloc_size, kern.globals.debug_iomalloc…
|