Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dxmalloc.h93 static void* _pa_xrenew_internal(void *p, size_t n, size_t k) PA_GCC_MALLOC PA_GCC_ALLOC_SIZE2(2,3);
95 static inline void* _pa_xrenew_internal(void *p, size_t n, size_t k) { in _pa_xrenew_internal() function
101 #define pa_xrenew(type, p, n) ((type*) _pa_xrenew_internal(p, (n), sizeof(type)))