Home
last modified time | relevance | path

Searched refs:IOTrackingQueueAlloc (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOKitDebug.h285 IOTrackingQueue * IOTrackingQueueAlloc(const char * name, uintptr_t btEntry,
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp193 gIOMallocTracking = IOTrackingQueueAlloc(kIOMallocTrackingName, 0, 0, 0, in IOLibInit()
196 gIOWireTracking = IOTrackingQueueAlloc(kIOWireTrackingName, 0, 0, page_size, 0, 0); in IOLibInit()
199 gIOMapTracking = IOTrackingQueueAlloc(kIOMapTrackingName, 0, 0, mapCaptureSize, in IOLibInit()
H A DIOKitDebug.cpp350 IOTrackingQueueAlloc(const char * name, uintptr_t btEntry, in IOTrackingQueueAlloc() function
/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp597 reserved->tracking = IOTrackingQueueAlloc(inClassName, (uintptr_t) this, in OSMetaClass()