Home
last modified time | relevance | path

Searched defs:AllocationSize (Results 1 – 8 of 8) 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.cpp61 static size_t AllocationSize(uint8_t *allocationBasePtr, in AllocationSize() function in angle::Allocation
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc212 static uptr AllocationSize(const void *p) { in AllocationSize() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h69 size_t AllocationSize; variable
/external/scudo/standalone/
Dcombined.h1068 atomic_uptr AllocationSize; member
1278 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h68 size_t AllocationSize; variable
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp86 struct AllocationSize struct
100 std::vector<AllocationSize> AllocationSizes; argument
/external/compiler-rt/lib/asan/
Dasan_allocator.cc616 uptr AllocationSize(uptr p) { in AllocationSize() function