Home
last modified time | relevance | path

Searched defs:switch_malloc (Results 1 – 2 of 2) sorted by relevance

/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-secure-memory.c43 switch_malloc (gsize size) in switch_malloc() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_utils.h1349 #define switch_malloc(ptr, len) (void)( (!!(ptr = malloc(len))) || (fprintf(stderr,"ABORT! Malloc f… macro
1358 #define switch_malloc(ptr, len) (void)(assert(((ptr) = malloc((len)))),ptr);__analysis_assume( ptr ) macro
1362 #define switch_malloc(ptr, len) (void)(switch_assert(((ptr) = malloc((len)))),ptr) macro