Searched refs:IOFree (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOLib.h | 169 void IOFree(void * address, vm_size_t size); 445 IOFree(ptr, IOMallocArraySize(0, sizeof(e_ty), count)); 448 IOFree(ptr, IOMallocArraySize(sizeof(h_ty), sizeof(e_ty), count)); 452 IOFree(os_ptr_load_and_erase(ptr), __s); \ 457 IOFree(os_ptr_load_and_erase(ptr), __s); \
|
| /xnu-8792.41.9/libkern/libkern/c++/ |
| H A D | OSAllocation.h | 62 IOFree(p, bytes); in deallocate()
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOLib.cpp | 378 IOFree(void * inAddress, vm_size_t size) in IOFree() function
|
| H A D | IOMemoryDescriptor.cpp | 6168 IOFree(_data, _capacity); in freeMemory() 6189 IOFree(_data, _capacity); in appendBytes() 6214 IOFree(_data, _capacity); in setLength()
|