Home
last modified time | relevance | path

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

12

/external/perfetto/src/profiling/memory/
Dbookkeeping.h211 struct Allocation { struct
212 Allocation(uint64_t size, in Allocation() argument
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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleExecutorMemoryManager.h44 struct Allocation { struct
49 using AllocationsMap = DenseMap<void *, Allocation>; argument
DExecutorSharedMemoryMapperService.h43 struct Allocation { struct
46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dallocation_tracker.h75 struct Allocation { struct
100 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/pigweed/pw_allocator/public/pw_allocator/
Dtest_harness.h111 struct Allocation { struct
116 constexpr TestHarnessGeneric(Vector<Allocation>& allocations) in TestHarnessGeneric() argument
/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/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/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/pigweed/pw_allocator/
Dsynchronized_allocator_test.cc50 struct Allocation { struct
51 void* ptr;
52 Layout layout;
55 void Paint() { in Paint()
67 size_t Inspect() const { in Inspect()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h105 struct Allocation { struct
109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/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/pigweed/pw_kvs/
Ddocs.rst316 Allocation subsection
331 .. _module-pw_kvs-design-redundancy:
/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/angle/src/common/
DPoolAlloc.h39 class Allocation; variable
DPoolAlloc.cpp31 class Allocation class
34 Allocation(size_t size, unsigned char *mem, Allocation *prev = 0) in Allocation() function in angle::Allocation
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp61 struct Allocation struct
64 unsigned char *block;
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/
Doptimize_arena_pool_sizes.py29 Allocation = collections.namedtuple('Allocation', 'size ptr') variable
/external/grpc-grpc/tools/codegen/core/
Doptimize_arena_pool_sizes.py29 Allocation = collections.namedtuple("Allocation", "size ptr") variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBlock.h575 struct Allocation { struct
583 std::vector<Allocation> m_allocations; argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStringMapEntry.h52 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h48 for (void *Allocation : Allocations) in ~AllocaHolder() local

12