Searched refs:unique_malloced_ptr (Results 1 – 3 of 3) sorted by relevance
24 unique_malloced_ptr<void> p(std::malloc(10)); in TEST()28 unique_malloced_ptr<char> p(reinterpret_cast<char*>(std::malloc(10))); in TEST()32 unique_malloced_ptr<char> p(nullptr); in TEST()36 unique_malloced_ptr<char> p; in TEST()
31 using unique_malloced_ptr = std::unique_ptr<T, FreeDeleter>; variable
301 unique_malloced_ptr<char> address; in legacyCreateAudioPatch()