Home
last modified time | relevance | path

Searched refs:__size__ (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h461 #define sasl_ALLOC(__size__) (gctx->sasl_allocation_utils.malloc((__size__))) argument
462 #define sasl_CALLOC(__nelem__, __size__) \ argument
464 #define sasl_REALLOC(__ptr__, __size__) \ argument
467 #define sasl_sun_ALLOC(__size__) (malloc((__size__))) argument
468 #define sasl_sun_CALLOC(__nelem__, __size__) (calloc((__nelem__), (__size__))) argument
469 #define sasl_sun_REALLOC(__ptr__, __size__) (realloc((__ptr__), (__size__))) argument
478 #define sasl_ALLOC(__size__) (_sasl_allocation_utils.malloc((__size__))) argument
479 #define sasl_CALLOC(__nelem__, __size__) \ argument
480 (_sasl_allocation_utils.calloc((__nelem__), (__size__)))
481 #define sasl_REALLOC(__ptr__, __size__) \ argument
[all …]