HomeSort by relevance Sort by last modified time
    Searched full:malloc_storage (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_thread.h 90 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__asan::AsanThread
asan_thread.cc 139 malloc_storage().CommitBack();
asan_allocator2.cc 354 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
485 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();

Completed in 233 milliseconds