Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h240 std::enable_if_t<!std::is_array_v<T>, T *> NewLocal(Args &&... args) in NewLocal() function
251 std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> NewLocal(size_t size) in NewLocal() function