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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 61 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = 0);
sanitizer_allocator.cc 92 void *InternalAlloc(uptr size, InternalAllocatorCache *cache) {
sanitizer_suppressions.cc 119 s.templ = (char*)InternalAlloc(end2 - line + 1);
sanitizer_addrhashmap.h 256 add = (AddBucket*)InternalAlloc(kInitSize);
266 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize);
sanitizer_deadlock_detector1.cc 80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt));
sanitizer_libc.cc 108 char *s2 = (char*)InternalAlloc(len + 1);
sanitizer_symbolizer_libbacktrace.cc 54 char *buf = (char *)InternalAlloc(data->allocated);
sanitizer_symbolizer_posix_libcdep.cc 66 *result = (char*)InternalAlloc(prefix_len + 1);
465 char *res_buff = static_cast<char*>(InternalAlloc(res_length));
sanitizer_deadlock_detector2.cc 141 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 608 char *p = (char*)InternalAlloc(10);
610 char *p2 = (char*)InternalAlloc(20);
623 char *p = (char*)InternalAlloc(sz);
633 EXPECT_DEATH(Ident(InternalAlloc(10 << 20)),
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 51 return InternalAlloc(sz);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 169 return InternalAlloc(sz, &thr->internal_alloc_cache);
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 39 thr = (Thread*)InternalAlloc(sizeof(*thr));
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]

Completed in 214 milliseconds