Home
last modified time | relevance | path

Searched defs:AllocationSize (Results 1 – 14 of 14) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/
DSample.json8 "AllocationSize": {"Min": 60, "Avg": 2015531, "Max": 7995760}, object
20 "AllocationSize": {"Min": 60, "Avg": 2015531, "Max": 7995760}, object
31 "AllocationSize": {"Min": 60, "Avg": 2015531, "Max": 7995760}, object
/external/angle/src/common/
DPoolAlloc.h78 static size_t AllocationSize(size_t size) { return size + 2 * kGuardBlockSize + HeaderSize(); } in AllocationSize() function
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc212 static uptr AllocationSize(const void *p) { in AllocationSize() function
/external/scudo/standalone/
Dcombined.h1000 atomic_uptr AllocationSize; member
1209 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp275 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h69 size_t AllocationSize; variable
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h67 size_t AllocationSize; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h68 size_t AllocationSize; variable
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp257 static uptr AllocationSize(const void *p) { in AllocationSize() function
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp83 struct AllocationSize struct
97 std::vector<AllocationSize> AllocationSizes; argument
/external/compiler-rt/lib/asan/
Dasan_allocator.cc616 uptr AllocationSize(uptr p) { in AllocationSize() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp725 uptr AllocationSize(uptr p) { in AllocationSize() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp804 uptr AllocationSize(uptr p) { in AllocationSize() function
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2188 llvm::Optional<llvm::APInt> AllocationSize; in BuildCXXNew() local