HomeSort by relevance Sort by last modified time
    Searched refs:pa_xnew (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
xmalloc.h 61 /** Internal helper for pa_xnew() */
70 #define pa_xnew(type, n) ((type*) _pa_xnew_internal((n), sizeof(type))) macro
80 /** Same as pa_xnew() but set the memory to zero */
91 /** Same as pa_xnew() but duplicate the specified data */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
xmalloc.h 61 /** Internal helper for pa_xnew() */
70 #define pa_xnew(type, n) ((type*) _pa_xnew_internal((n), sizeof(type))) macro
80 /** Same as pa_xnew() but set the memory to zero */
91 /** Same as pa_xnew() but duplicate the specified data */

Completed in 58 milliseconds