Searched refs:native_custom_alloc (Results 1 – 2 of 2) sorted by relevance
762 auto native_custom_alloc = in GenTypeNative() local765 native_custom_alloc->constant + "<" + type_name + ">>"; in GenTypeNative()1755 if (auto native_custom_alloc = in GenOperatorNewDelete() local1758 code_ += " return " + native_custom_alloc->constant + in GenOperatorNewDelete()1762 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`.151 table mytable(native_custom_alloc:"custom_allocator") {