Searched refs:IOTrackingQueueAlloc (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOKitDebug.h | 285 IOTrackingQueue * IOTrackingQueueAlloc(const char * name, uintptr_t btEntry,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOLib.cpp | 193 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 D | IOKitDebug.cpp | 350 IOTrackingQueueAlloc(const char * name, uintptr_t btEntry, in IOTrackingQueueAlloc() function
|
| /xnu-11215/libkern/c++/ |
| H A D | OSMetaClass.cpp | 597 reserved->tracking = IOTrackingQueueAlloc(inClassName, (uintptr_t) this, in OSMetaClass()
|