Searched refs:IOStatisticsAlloc (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 51 #define IOStatisticsAlloc(type, size) \ macro 56 #define IOStatisticsAlloc(type, size) macro 354 IOStatisticsAlloc(kIOStatisticsMallocAligned, capacity); in initWithPhysicalMask() 364 IOStatisticsAlloc(kIOStatisticsMallocAligned, capacity); in initWithPhysicalMask() 742 IOStatisticsAlloc(kIOStatisticsFreeAligned, size); in free() 753 IOStatisticsAlloc(kIOStatisticsFreeAligned, size); in free()
|
| H A D | IOLib.cpp | 68 #define IOStatisticsAlloc(type, size) \ macro 75 #define IOStatisticsAlloc(type, size) macro 327 IOStatisticsAlloc(kIOStatisticsMalloc, size); 366 IOStatisticsAlloc(kIOStatisticsFree, size); in IOFree_internal() 597 IOStatisticsAlloc(kIOStatisticsMallocAligned, size); 650 IOStatisticsAlloc(kIOStatisticsFreeAligned, size); in IOFreeAligned_internal() 711 IOStatisticsAlloc(kIOStatisticsFreeContiguous, size); in IOKernelFreePhysical() 831 IOStatisticsAlloc(kIOStatisticsMallocContiguous, size); in IOKernelAllocateWithPhysicalRestrict() 1134 IOStatisticsAlloc(kIOStatisticsMallocPageable, size); in IOMallocPageableInternal() 1158 IOStatisticsAlloc(kIOStatisticsFreePageable, size); in IOFreePageable()
|