Home
last modified time | relevance | path

Searched defs:allocated_size (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp36 size_t ParsedAttr::allocated_size() const { allocated_size() function in ParsedAttr
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp404 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); RePoisonChunk() local
1239 uptr allocated_size = instance.AllocationSize(ptr); __sanitizer_get_allocated_size() local
/llvm-project/libcxx/test/support/
H A Dcontrolled_allocators.h70 std::size_t allocated_size; member
H A Dtest_allocator.h34 int allocated_size = 0; // the size of allocated elements member
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp338 uptr allocated_size; global() member
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h661 int allocated_size; variable