Searched refs:debug_iomalloc_size (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSCPPDebug.cpp47 debug_iomalloc_size
H A DOSRuntime.cpp87 extern int debug_iomalloc_size;
113 debug_iomalloc_size += memsize;
137 debug_iomalloc_size -= hdr->mlen;
182 debug_iomalloc_size += (nmemsize - ohdr->mlen);
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSCPPDebug.h44 extern int debug_iomalloc_size;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp54 int debug_iomalloc_size; variable
123 debug_iomalloc_size
173 updateOffset( dict, debug_iomalloc_size, "IOMalloc allocation" );
H A DIOLib.cpp203 debug_iomalloc_size += size;
216 debug_iomalloc_size -= size;
281 debug_iomalloc_size += size;
317 debug_iomalloc_size -= size;
352 debug_iomalloc_size -= size;
438 debug_iomalloc_size += size;
H A DIOBufferMemoryDescriptor.cpp221 debug_iomalloc_size += bytes;
266 debug_iomalloc_size -= bytes;

Completed in 22 milliseconds