Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp201 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.cpp208 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h68 size_t AllocationSize; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h990 atomic_uptr AllocationSize; member
1420 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp432 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp321 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp611 uptr AllocationSize(uptr p) { in AllocationSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp850 uptr AllocationSize(uptr p) { in AllocationSize() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2483 std::optional<llvm::APInt> AllocationSize; in BuildCXXNew() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp13390 const auto AllocationSize = findInitialAllocationSize(I, DL); in updateImpl() local