Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc318 : addr2line_path_(addr2line_path), allocator_(allocator) { in Addr2LinePool()
347 new(*allocator_) Addr2LineProcess(addr2line_path_, module_name); in SendCommand()
359 LowLevelAllocator *allocator_; member in __sanitizer::Addr2LinePool