Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp275 int on_heap, bool always) { in __ompt_lw_taskteam_link() argument
280 if (on_heap) { // the lw_taskteam cannot stay on stack, allocate it on heap in __ompt_lw_taskteam_link()
284 link_lwt->heap = on_heap; in __ompt_lw_taskteam_link()
H A Dompt-specific.h34 int on_heap, bool always = false);