/external/perfetto/src/profiling/memory/ |
D | bookkeeping.h | 211 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/ |
D | allocation_tracker.h | 78 struct Allocation { struct 103 void AddAllocationOrIncrementRefCount(se::DeviceMemoryBase device_memory, argument
|
/external/ComputeLibrary/tests/framework/instruments/ |
D | OpenCLMemoryUsage.h | 66 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/ |
D | Allocation.java | 24 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/ |
D | Allocation.java | 24 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/ |
D | Allocation.java | 24 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/ |
D | Allocation.java | 33 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/ |
D | memory.h | 58 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/ |
D | Memory.cpp | 53 struct Allocation struct 56 unsigned char *block;
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1208 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/ |
D | allocation.h | 51 Allocation(ErrorReporter* error_reporter, Type type) in Allocation() function
|
/external/swiftshader/src/Reactor/ |
D | ExecutableMemory.cpp | 61 struct Allocation struct 64 unsigned char *block;
|
/external/angle/src/common/ |
D | PoolAlloc.h | 39 class Allocation; variable
|
D | PoolAlloc.cpp | 27 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/ |
D | TensorBlock.h | 575 struct Allocation { struct 583 std::vector<Allocation> m_allocations; argument
|
/external/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 109 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/ |
D | inlined_vector.h | 109 struct Allocation { struct 118 static Allocation<A> Allocate(A& allocator, SizeType<A> requested_capacity) { in Allocate() argument
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 54 class Allocation class
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 48 for (void *Allocation : Allocations) in ~AllocaHolder() local
|
/external/bcc/tools/ |
D | memleak.py | 23 class Allocation(object): class
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 52 for (void *Allocation : Allocations) in ~AllocaHolder() local
|
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 532 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local 605 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
|
/external/tensorflow/tensorflow/core/platform/ |
D | tstring_test.cc | 272 TEST(TF_TStringTest, Allocation) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 668 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/ |
D | VmaReplay.cpp | 1586 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;
|