MCPcopy Create free account
hub / github.com/RcppCore/RcppParallel / initialize_allocate_handler

Function initialize_allocate_handler

src/tbb/src/tbb/allocator.cpp:168–172  ·  view source on GitHub ↗

Executed on very first call through allocate_handler Only one of initialize_allocate_handler() and initialize_cache_aligned_allocate_handler() is called, since each one of them also initializes the other. In the current implementation of oneTBB library initialization, cache_aligned_allocate() is used, which in turn calls initialize_cache_aligned_allocate_handler(). As mentioned above,

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected