Home
last modified time | relevance | path

Searched refs:pa_xrenew (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dxmalloc.h92 /** Internal helper for pa_xrenew() */
101 #define pa_xrenew(type, p, n) ((type*) _pa_xrenew_internal(p, (n), sizeof(type))) macro
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3520 t = pa_xrenew(char*, t, n); in pa_split_spaces_strv()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c4420 db_values = pa_xrenew(long, db_values, n); in decibel_fix_parse_db_values()

Completed in 13 milliseconds