Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp195 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1035 atomic_uptr AllocationSize; member
1254 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h67 size_t AllocationSize; variable
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp431 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp318 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp550 uptr AllocationSize(uptr p) { in AllocationSize() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp835 uptr AllocationSize(uptr p) { in AllocationSize() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2337 std::optional<llvm::APInt> AllocationSize; in BuildCXXNew() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12718 const auto AllocationSize = findInitialAllocationSize(I, DL); in updateImpl() local