HomeSort by relevance Sort by last modified time
    Searched refs:GetActuallyAllocatedSize (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/msan/
msan_allocator.cc 187 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 400 uptr GetActuallyAllocatedSize(void *p) {
794 uptr GetActuallyAllocatedSize(void *p) {
    [all...]
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 352 memset(Ptr, 0, BackendAllocator.GetActuallyAllocatedSize(Ptr));
446 BackendAllocator.GetActuallyAllocatedSize(Chunk->AllocBeg(Header));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 123 CHECK_GE(a->GetActuallyAllocatedSize(x), size);
371 CHECK_GE(a.GetActuallyAllocatedSize(x), size);
  /external/compiler-rt/lib/asan/
asan_allocator.cc 384 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated);

Completed in 212 milliseconds