Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm-project/lldb/include/lldb/Expression/
DIRMemoryMap.h89 struct Allocation { struct
98 AllocationPolicy m_policy; argument
106 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument
111 const Allocation &operator=(const Allocation &) = delete; argument
/external/perfetto/src/profiling/memory/
Dbookkeeping.h210 struct Allocation { struct
211 Allocation(uint64_t size, in Allocation() function
221 Allocation(Allocation&& other) noexcept { in Allocation() argument
229 ~Allocation() { SetCallstackAllocations(nullptr); } in ~Allocation() argument
231 void SetCallstackAllocations(CallstackAllocations* callstack_allocations) { in SetCallstackAllocations() argument
239 CallstackAllocations* callstack_allocations() const { in callstack_allocations() argument
248 CallstackAllocations* callstack_allocations_ = nullptr; argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dallocation_tracker.h78 struct Allocation { struct
103 void AddAllocationOrIncrementRefCount(se::DeviceMemoryBase device_memory, argument
Dmemory_space_assignment.h405 class Allocation; variable
524 Allocation(HloPosition defining_position, MemorySpace memory_space, in Allocation() function
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocation.java24 public final class Allocation { class
41 public Allocation(byte[] data, int offset) { in Allocation() method in Allocation
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocation.java33 final class Allocation { class
54 Allocation(String description, long size, List<StackTraceElement> location) { in Allocation() method in Allocation
/external/swiftshader/src/Common/
DMemory.cpp46 struct Allocation struct
49 unsigned char *block;
/external/swiftshader/src/System/
DMemory.cpp47 struct Allocation struct
50 unsigned char *block;
/external/swiftshader/third_party/marl/include/marl/
Dmemory.h58 struct Allocation { struct
60 enum class Usage : uint8_t {
71 struct Request {
78 void* ptr = nullptr; // The pointer to the allocated memory.
79 Request request; // Request used for the allocation.
/external/tensorflow/tensorflow/lite/
Dallocation.h54 Allocation(ErrorReporter* error_reporter, Type type) in Allocation() function
/external/llvm-project/llvm/docs/
DCodeGenerator.rst1236 How registers are represented in LLVM
1331 Mapping virtual registers to physical registers
1372 Handling two address instructions
1400 The SSA deconstruction phase
1418 Instruction folding
1442 Built in register allocators
/external/llvm/docs/
DCodeGenerator.rst1208 How registers are represented in LLVM
1303 Mapping virtual registers to physical registers
1344 Handling two address instructions
1372 The SSA deconstruction phase
1390 Instruction folding
1414 Built in register allocators
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp55 struct Allocation struct
58 unsigned char *block;
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c630 static void freeDeviceMemoryCL(PollyGPUDevicePtr *Allocation) { in freeDeviceMemoryCL()
670 static void *getDevicePtrCL(PollyGPUDevicePtr *Allocation) { in getDevicePtrCL()
1501 static void freeDeviceMemoryCUDA(PollyGPUDevicePtr *Allocation) { in freeDeviceMemoryCUDA()
1548 static void *getDevicePtrCUDA(PollyGPUDevicePtr *Allocation) { in getDevicePtrCUDA()
1708 void polly_freeDeviceMemory(PollyGPUDevicePtr *Allocation) { in polly_freeDeviceMemory()
1750 void *polly_getDevicePtr(PollyGPUDevicePtr *Allocation) { in polly_getDevicePtr()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp54 class Allocation class
/external/bcc/tools/
Dmemleak.py23 class Allocation(object): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h48 for (void *Allocation : Allocations) in ~AllocaHolder() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h52 for (void *Allocation : Allocations) in ~AllocaHolder() local
/external/tensorflow/tensorflow/core/platform/
Dtstring_test.cc271 TEST(TF_TStringTest, Allocation) { in TEST() argument
/external/llvm/lib/CodeGen/
DStackColoring.cpp532 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
605 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/external/llvm-project/llvm/lib/CodeGen/
DStackColoring.cpp704 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
786 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp668 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
740 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/external/llvm-project/compiler-rt/lib/asan/
Dasan_descriptions.h48 const char *Allocation() { return Magenta(); } in Allocation() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp46 using Allocation = jitlink::JITLinkMemoryManager::Allocation; typedef in __anon0e890b430111::TPCTrampolinePool

12