Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp346 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h67 size_t AllocationSize; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc247 static uptr AllocationSize(const void *p) { in AllocationSize() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc731 uptr AllocationSize(uptr p) { in AllocationSize() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc729 uptr AllocationSize(uptr p) { in AllocationSize() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp803 uptr AllocationSize(uptr p) { in AllocationSize() function
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dwinapi.h4238 LARGE_INTEGER AllocationSize; member
4252 LARGE_INTEGER AllocationSize; member
4270 LARGE_INTEGER AllocationSize; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2217 llvm::Optional<llvm::APInt> AllocationSize; in BuildCXXNew() local