Home
last modified time | relevance | path

Searched refs:_pa_xnew_internal (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dxmalloc.h60 static void* _pa_xnew_internal(size_t n, size_t k) PA_GCC_MALLOC PA_GCC_ALLOC_SIZE2(1,2);
62 static inline void* _pa_xnew_internal(size_t n, size_t k) { in _pa_xnew_internal() function
68 #define pa_xnew(type, n) ((type*) _pa_xnew_internal((n), sizeof(type)))