Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp198 static uptr AllocationSize(const void *p) { in AllocationSize() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h67 size_t AllocationSize; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h979 atomic_uptr AllocationSize; member
1401 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.cpp318 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.cpp843 uptr AllocationSize(uptr p) { in AllocationSize() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2368 std::optional<llvm::APInt> AllocationSize; in BuildCXXNew() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12708 const auto AllocationSize = findInitialAllocationSize(I, DL); in updateImpl() local