Home
last modified time | relevance | path

Searched refs:debug_container_malloc_size (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/libkern/libkern/c++/
H A DOSLib.h63 #define OSCONTAINER_ACCUMSIZE(s) do { OSAddAtomicLong((s), &debug_container_malloc_size); trackingA…
65 #define OSCONTAINER_ACCUMSIZE(s) do { OSAddAtomicLong((s), &debug_container_malloc_size); } while(0)
67 #define OSMETA_ACCUMSIZE(s) do { OSAddAtomicLong((s), &debug_container_malloc_size); } while(0)
H A DOSCPPDebug.h42 extern size_t debug_container_malloc_size;
/xnu-8019.80.24/libkern/c++/
H A DOSCPPDebug.cpp46 debug_container_malloc_size, in OSPrintMemory()
/xnu-8019.80.24/iokit/Kernel/
H A DIOKitDebug.cpp81 size_t debug_container_malloc_size; variable
151 debug_container_malloc_size, in IOPrintMemory()
204 updateOffset( dict, debug_container_malloc_size, "Container allocation" ); in serialize()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py1661 …{0: <#0x} = {1: d}K".format(kern.globals.debug_container_malloc_size, (kern.globals.debug_containe…