Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 18 of 18) sorted by relevance

/xnu-8019.80.24/tests/safe_allocation_src/
H A Dctor.move.cpp25 T* memory = from.data(); in tests() local
45 T* memory = from.data(); in tests() local
65 T* memory = from.data(); in tests() local
H A Doperator.subscript.cpp23 RawT* memory = reinterpret_cast<RawT*>(malloc_allocator::allocate(10 * sizeof(RawT))); in tests() local
37 RawT* memory = reinterpret_cast<RawT*>(malloc_allocator::allocate(10 * sizeof(RawT))); in tests() local
52 RawT* memory = reinterpret_cast<RawT*>(malloc_allocator::allocate(10 * sizeof(RawT))); in tests() local
H A Dassign.move.cpp23 T* memory = from.data(); in tests() local
74 T* memory = from.data(); in tests() local
125 T* memory = obj.data(); in tests() local
H A Ddata.cpp24 T* memory = reinterpret_cast<T*>(malloc_allocator::allocate(10 * sizeof(T))); in tests() local
30 T* memory = reinterpret_cast<T*>(malloc_allocator::allocate(10 * sizeof(T))); in tests() local
H A Dctor.adopt.cpp19 T* memory = reinterpret_cast<T*>(tracking_allocator::allocate(10 * sizeof(T))); in tests() local
H A Dsize.cpp26 T* memory = reinterpret_cast<T*>(malloc_allocator::allocate(10 * sizeof(T))); in tests() local
/xnu-8019.80.24/iokit/Tests/TestServices/
H A DTestIOConnectMapMemoryPortLeak45265408.cpp61 …65408UserClient::clientMemoryForType(UInt32 type, IOOptionBits *flags, IOMemoryDescriptor **memory) in clientMemoryForType()
/xnu-8019.80.24/libkern/libkern/c++/
H A DOSSharedPtr.h79 T* memory = OSTypeAlloc(T); in OSMakeShared() local
/xnu-8019.80.24/iokit/System/
H A DIODataQueueDispatchSourceShared.h20 IOMemoryDescriptor * memory; member
115 IOMemoryDescriptor ** memory) in CopyMemory_Impl()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmacho.py27 def __init__(self, memory, size): argument
/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.h72 void *memory; member
/xnu-8019.80.24/iokit/Kernel/
H A DIOKitKernelInternal.h159 IOMemoryDescriptor * memory; member
H A DIOUserServer.cpp713 IOMemoryDescriptor ** memory) in CreateSubMemoryDescriptor_Impl()
761 IOMemoryDescriptor ** memory) in CreateWithMemoryDescriptors_Impl()
803 IOMemoryDescriptor ** memory) in CreateMemoryDescriptorFromClient_Impl()
873 IOBufferMemoryDescriptor ** memory) in Create_Impl()
964 IOMemoryDescriptor * memory, in PrepareForDMA_Impl()
1059 IOMemoryDescriptor ** memory) in GetPreparation_Impl()
5482 IOMemoryDescriptor * memory; in clientMemoryForType() local
H A DIODMACommand.cpp1405 IOMemoryDescriptor * memory = in genIOVMSegments() local
H A DIOUserClient.cpp1908 IOMemoryDescriptor ** memory ) in clientMemoryForType()
1916 OSSharedPtr<IOMemoryDescriptor>& memory ) in clientMemoryForType()
1945 IOMemoryDescriptor * memory = NULL; in mapClientMemory64() local
4543 IOMemoryDescriptor * memory = NULL; in is_io_connect_unmap_memory_from_task() local
H A DIOMemoryDescriptor.cpp4461 IOMemoryDescriptor * memory, in dmaMap()
4564 IOMemoryDescriptor * memory, in dmaMap()
/xnu-8019.80.24/osfmk/ipc/
H A Dmach_port.c1295 vm_map_copy_t memory; /* copied-in memory */ in mach_port_get_set_status() local
/xnu-8019.80.24/osfmk/kern/
H A Dipc_tt.c2198 mach_port_array_t memory, in mach_ports_register()