HomeSort by: relevance | last modified time | path
    Searched refs:GetActuallyAllocatedSize (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 110 uptr old_size = GetActuallyAllocatedSize(p);
149 uptr GetActuallyAllocatedSize(void *p) {
151 return primary_.GetActuallyAllocatedSize(p);
152 return secondary_.GetActuallyAllocatedSize(p);
sanitizer_allocator_secondary.h 169 uptr GetActuallyAllocatedSize(void *p) {
sanitizer_allocator_primary32.h 205 uptr GetActuallyAllocatedSize(void *p) {
sanitizer_allocator_primary64.h 198 uptr GetActuallyAllocatedSize(void *p) {
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 217 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 298 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)ac);
471 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 229 CHECK_GE(a->GetActuallyAllocatedSize(x), size);
572 CHECK_GE(a.GetActuallyAllocatedSize(x), size);

Completed in 19 milliseconds