Home
last modified time | relevance | path

Searched refs:malloc_storage (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_thread.h89 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
Dasan_thread.cc96 malloc_storage().CommitBack(); in ThreadStart()
Dasan_allocator.cc654 AsanChunk **fl = &t->malloc_storage().free_lists_[size_class]; in Allocate()
740 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in Deallocate()