Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOLib.h169 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 DOSAllocation.h62 IOFree(p, bytes); in deallocate()
/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp378 IOFree(void * inAddress, vm_size_t size) in IOFree() function
H A DIOMemoryDescriptor.cpp6168 IOFree(_data, _capacity); in freeMemory()
6189 IOFree(_data, _capacity); in appendBytes()
6214 IOFree(_data, _capacity); in setLength()