Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dxmalloc.h71 static void* _pa_xnew0_internal(size_t n, size_t k) PA_GCC_MALLOC PA_GCC_ALLOC_SIZE2(1,2);
73 static inline void* _pa_xnew0_internal(size_t n, size_t k) { in _pa_xnew0_internal() function
79 #define pa_xnew0(type, n) ((type*) _pa_xnew0_internal((n), sizeof(type)))