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

  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_thread.cpp 55 AllocatorThreadStart();
lsan_allocator.h 35 void AllocatorThreadStart();
lsan_allocator.cpp 52 void AllocatorThreadStart() { allocator.InitCache(GetAllocatorCache()); }
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.h 95 void AllocatorThreadStart(AllocatorCache *cache);
hwasan_thread.cpp 61 AllocatorThreadStart(allocator_cache());
hwasan_allocator.cpp 169 void AllocatorThreadStart(AllocatorCache *cache) { allocator.InitCache(cache); }

Completed in 134 milliseconds