Searched refs:ImportAlloc (Results 1 – 2 of 2) sorted by relevance
616 struct ImportAlloc { struct627 void UNIQ(use)() { new ImportAlloc(); } in UNIQ()633 void UNIQ(use)() { new ImportAlloc[1]; } in UNIQ()639 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; } in UNIQ()645 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; } in UNIQ()
587 struct ImportAlloc { struct