Searched refs:AllocBeg (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc120 get_allocator().GetMetaData(AllocBeg(locked_version)));
122 void *AllocBeg(bool locked_version = false) { function in struct:__asan::AsanChunk
150 void *p = reinterpret_cast<void *>(m->AllocBeg());
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc118 get_allocator().GetMetaData(AllocBeg(locked_version)));
120 void *AllocBeg(bool locked_version = false) { function in struct:__asan::AsanChunk
148 void *p = reinterpret_cast<void *>(m->AllocBeg());

Completed in 80 milliseconds