Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp173 static uptr AllocationSize(const void *p) { in AllocationSize() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1008 atomic_uptr AllocationSize; member
1218 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp351 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h67 size_t AllocationSize; variable
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp265 static uptr AllocationSize(const void *p) { in AllocationSize() function
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp549 uptr AllocationSize(uptr p) { in AllocationSize() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp792 uptr AllocationSize(uptr p) { in AllocationSize() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp2276 llvm::Optional<llvm::APInt> AllocationSize; in BuildCXXNew() local