Searched refs:IOFree (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOLib.h | 177 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 D | OSAllocation.h | 62 IOFree(p, bytes); in deallocate()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOLib.cpp | 381 IOFree(void * inAddress, vm_size_t size) in IOFree() function
|