Home
last modified time | relevance | path

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

12

/external/perfetto/src/profiling/memory/
Dbookkeeping.h211 struct Allocation { struct
212 Allocation(uint64_t size, in Allocation() function
222 Allocation(Allocation&& other) noexcept { in Allocation() argument
230 ~Allocation() { SetCallstackAllocations(nullptr); } in ~Allocation() argument
232 void SetCallstackAllocations(CallstackAllocations* callstack_allocations) { in SetCallstackAllocations() argument
240 CallstackAllocations* callstack_allocations() const { in callstack_allocations() argument
249 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
/external/ComputeLibrary/tests/framework/instruments/
DOpenCLMemoryUsage.h66 struct Allocation struct
69 Allocation(size_t alloc_size) in Allocation() function
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocation.java24 public final class Allocation { class
39 public Allocation(byte[] data, int offset) { in Allocation() method in Allocation
/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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocation.java24 public final class Allocation { class
39 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/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/swiftshader/src/System/
DMemory.cpp53 struct Allocation struct
56 unsigned char *block;
/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/tensorflow/tensorflow/lite/
Dallocation.h51 Allocation(ErrorReporter* error_reporter, Type type) in Allocation() function
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp61 struct Allocation struct
64 unsigned char *block;
/external/angle/src/common/
DPoolAlloc.h39 class Allocation; variable
DPoolAlloc.cpp27 class Allocation class
30 Allocation(size_t size, unsigned char *mem, Allocation *prev = 0) in Allocation() function in angle::Allocation
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBlock.h575 struct Allocation { struct
583 std::vector<Allocation> m_allocations; argument
/external/abseil-cpp/absl/container/internal/
Dinlined_vector.h109 struct Allocation { struct
118 static Allocation<A> Allocate(A& allocator, SizeType<A> requested_capacity) { in Allocate() argument
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h109 struct Allocation { struct
118 static Allocation<A> Allocate(A& allocator, SizeType<A> requested_capacity) { in Allocate() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp54 class Allocation class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h48 for (void *Allocation : Allocations) in ~AllocaHolder() local
/external/bcc/tools/
Dmemleak.py23 class Allocation(object): class
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h52 for (void *Allocation : Allocations) in ~AllocaHolder() local
/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/tensorflow/tensorflow/core/platform/
Dtstring_test.cc272 TEST(TF_TStringTest, Allocation) { in TEST() argument
/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/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1586 struct Allocation struct in Player
1588 uint32_t allocationFlags = 0;
1589 VmaAllocation allocation = VK_NULL_HANDLE;
1590 VkBuffer buffer = VK_NULL_HANDLE;
1591 VkImage image = VK_NULL_HANDLE;

12