Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.h192 struct Allocation { struct
193 Allocation(uint64_t size, in Allocation() function
203 Allocation(Allocation&& other) noexcept { in Allocation() function
211 ~Allocation() { SetCallstackAllocations(nullptr); } in ~Allocation() argument
213 void SetCallstackAllocations(CallstackAllocations* callstack_allocations) { in SetCallstackAllocations() argument
221 CallstackAllocations* callstack_allocations() const { in callstack_allocations() argument
230 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.h356 Allocation(HloInstruction* instruction, HloPosition defining_position, 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/swiftshader/third_party/marl/include/marl/
Dmemory.h35 struct Allocation { struct
37 enum class Usage {
46 struct Request {
53 void* ptr = nullptr; // The pointer to the allocated memory.
54 Request request; // Request used for the 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/System/
DMemory.cpp47 struct Allocation struct
50 unsigned char *block;
/external/swiftshader/src/Common/
DMemory.cpp46 struct Allocation struct
49 unsigned char *block;
/external/tensorflow/tensorflow/lite/
Dallocation.h52 Allocation(ErrorReporter* error_reporter, Type type) in Allocation() function
/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/third_party/llvm-7.0/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.cpp48 struct Allocation struct
51 unsigned char *block;
/external/v8/include/
Dv8-profiler.h598 struct Allocation { struct
602 size_t size;
607 unsigned int count;
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp54 class Allocation class
DvkMemUtil.cpp96 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() function in vk::Allocation
/external/bcc/tools/
Dmemleak.py23 class Allocation(object): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h49 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/swiftshader/third_party/llvm-7.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/angle/third_party/VulkanMemoryAllocator/src/VmaReplay/
DVmaReplay.cpp1624 struct Allocation struct in Player
1626 uint32_t allocationFlags = 0;
1627 VmaAllocation allocation = VK_NULL_HANDLE;
1628 VkBuffer buffer = VK_NULL_HANDLE;
1629 VkImage image = VK_NULL_HANDLE;
/external/angle/third_party/VulkanMemoryAllocator/src/
DTests.cpp181 VmaAllocation Allocation = VK_NULL_HANDLE; member
338 struct Allocation in MainTest() struct
340 VkBuffer Buffer; in MainTest()
341 VkImage Image; in MainTest()
342 VmaAllocation Alloc; in MainTest()
768 VmaAllocation Allocation = VK_NULL_HANDLE; member
/external/compiler-rt/lib/asan/
Dasan_report.cc76 const char *Allocation() { return Magenta(); } in Allocation() function in __asan::Decorator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp1330 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local