Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp198 static uptr AllocationSize(const void *p) { AllocationSize() function
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h67 size_t AllocationSize; global() variable
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h979 atomic_uptr AllocationSize; global() member
1401 storeRingBufferEntry(AllocationRingBuffer * RB,void * Ptr,u32 AllocationTrace,u32 AllocationTid,uptr AllocationSize,u32 DeallocationTrace,u32 DeallocationTid) storeRingBufferEntry() argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp431 static uptr AllocationSize(const void *p) { AllocationSize() function
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp318 static uptr AllocationSize(const void *p) { AllocationSize() function
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp611 uptr AllocationSize(uptr p) { AllocationSize() function
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp835 uptr AllocationSize(uptr p) { AllocationSize() function
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2368 std::optional<llvm::APInt> AllocationSize; BuildCXXNew() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12708 const auto AllocationSize = findInitialAllocationSize(I, DL); updateImpl() local