HomeSort by: relevance | last modified time | path
    Searched defs:AllocatorsStorage (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
function_call_trie_test.cc 316 AllocatorsStorage;
317 new (&AllocatorsStorage)
320 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc 59 AllocatorsStorage;
129 new (&AllocatorsStorage) FunctionCallTrie::Allocators(
132 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage));
164 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage)))
184 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage)))

Completed in 12 milliseconds