Searched refs:native_custom_alloc (Results 1 – 2 of 2) sorted by relevance
869 auto native_custom_alloc = in GenTypeNative() local872 native_custom_alloc->constant + "<" + type_name + ">>"; in GenTypeNative()2142 if (auto native_custom_alloc = in GenOperatorNewDelete() local2145 code_ += " return " + native_custom_alloc->constant + in GenOperatorNewDelete()2149 code_ += " return " + native_custom_alloc->constant + in GenOperatorNewDelete()
140 - `native_custom_alloc("custom_allocator")` (on a table or struct): When using the143 any std::vector that appears in a table defined with `native_custom_alloc`.152 table mytable(native_custom_alloc:"custom_allocator") {