OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_pa_xnew_internal
(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
62
static void*
_pa_xnew_internal
(size_t n, size_t k) PA_GCC_MALLOC PA_GCC_ALLOC_SIZE2(1,2);
64
static inline void*
_pa_xnew_internal
(size_t n, size_t k) {
function
70
#define pa_xnew(type, n) ((type*)
_pa_xnew_internal
((n), sizeof(type)))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
xmalloc.h
62
static void*
_pa_xnew_internal
(size_t n, size_t k) PA_GCC_MALLOC PA_GCC_ALLOC_SIZE2(1,2);
64
static inline void*
_pa_xnew_internal
(size_t n, size_t k) {
function
70
#define pa_xnew(type, n) ((type*)
_pa_xnew_internal
((n), sizeof(type)))
Completed in 572 milliseconds