OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pa_xnew0
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
xmalloc.h
72
/** Internal helper for
pa_xnew0
() */
81
#define
pa_xnew0
(type, n) ((type*) _pa_xnew0_internal((n), sizeof(type)))
macro
83
/** Internal helper for
pa_xnew0
() */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
xmalloc.h
72
/** Internal helper for
pa_xnew0
() */
81
#define
pa_xnew0
(type, n) ((type*) _pa_xnew0_internal((n), sizeof(type)))
macro
83
/** Internal helper for
pa_xnew0
() */
Completed in 59 milliseconds