Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp167 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h998 atomic_uptr AllocationSize; member
1208 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp316 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h67 size_t AllocationSize; variable
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp257 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp725 uptr AllocationSize(uptr p) { in AllocationSize() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp804 uptr AllocationSize(uptr p) { in AllocationSize() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2234 llvm::Optional<llvm::APInt> AllocationSize; in BuildCXXNew() local