Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOLib.h177 void IOFree(void * address, vm_size_t size);
453 IOFree(ptr, IOMallocArraySize(0, sizeof(e_ty), count));
456 IOFree(ptr, IOMallocArraySize(sizeof(h_ty), sizeof(e_ty), count));
460 IOFree(os_ptr_load_and_erase(ptr), __s); \
465 IOFree(os_ptr_load_and_erase(ptr), __s); \
/xnu-11215/libkern/libkern/c++/
H A DOSAllocation.h62 IOFree(p, bytes); in deallocate()
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp381 IOFree(void * inAddress, vm_size_t size) in IOFree() function