Home
last modified time | relevance | path

Searched refs:GetActuallyAllocatedSize (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_combined.h106 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()
145 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
147 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
148 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
Dsanitizer_allocator_secondary.h168 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
Dsanitizer_allocator_primary32.h215 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
Dsanitizer_allocator_primary64.h202 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h400 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
794 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
1136 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
1375 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()
1414 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
1416 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
1417 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h168 static uptr GetActuallyAllocatedSize(void *Ptr) { in GetActuallyAllocatedSize() function
Dscudo_allocator.cpp103 return SecondaryT::GetActuallyAllocatedSize( in getUsableSize()
112 return SecondaryT::GetActuallyAllocatedSize( in getSize()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp352 memset(Ptr, 0, BackendAllocator.GetActuallyAllocatedSize(Ptr)); in allocate()
446 BackendAllocator.GetActuallyAllocatedSize(Chunk->AllocBeg(Header)); in getUsableSize()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc187 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp227 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc123 CHECK_GE(a->GetActuallyAllocatedSize(x), size); in TestSizeClassAllocator()
371 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp72 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp361 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); in RePoisonChunk()
555 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cpp234 CHECK_GE(a->GetActuallyAllocatedSize(x), size); in TestSizeClassAllocator()
575 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc384 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()