Home
last modified time | relevance | path

Searched defs:get_allocator (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp642 static MemprofAllocator &get_allocator() { return instance.allocator; } in get_allocator() function
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h344 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI allocator_type get_allocator() const _NOEXCEPT… in get_allocator() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp918 static AsanAllocator &get_allocator() { in get_allocator() function