Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp177 static uptr AllocationSize(const void *p) { in AllocationSize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1059 atomic_uptr AllocationSize; member
1268 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h67 size_t AllocationSize; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp263 static uptr AllocationSize(const void *p) { in AllocationSize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp391 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp547 uptr AllocationSize(uptr p) { in AllocationSize() function
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp792 uptr AllocationSize(uptr p) { in AllocationSize() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp2297 std::optional<llvm::APInt> AllocationSize; in BuildCXXNew() local