Searched defs:malloc_storage (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h45 DFsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__dfsan::DFsanThread
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__msan::MsanThread
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.h89 MemprofThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__memprof::MemprofThread
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.h127 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__asan::AsanThread

Completed in 116 milliseconds