Searched refs:debug_iomallocpageable_size (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp56 vm_size_t debug_iomallocpageable_size; variable
174 updateOffset( dict, debug_iomallocpageable_size, "Pageable allocation" );
H A DIOKitKernelInternal.h87 extern vm_size_t debug_iomallocpageable_size;
H A DIOBufferMemoryDescriptor.cpp489 debug_iomallocpageable_size += size;
721 debug_iomallocpageable_size -= round_page(size);
H A DIOLib.cpp646 debug_iomallocpageable_size += round_page(size);
681 debug_iomallocpageable_size -= round_page(size);

Completed in 67 milliseconds