Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h464 #define sasl_REALLOC(__ptr__, __size__) \ argument
465 (gctx->sasl_allocation_utils.realloc((__ptr__), (__size__)))
466 #define sasl_FREE(__ptr__) (gctx->sasl_allocation_utils.free((__ptr__))) argument
469 #define sasl_sun_REALLOC(__ptr__, __size__) (realloc((__ptr__), (__size__))) argument
470 #define sasl_sun_FREE(__ptr__) (free((__ptr__))) argument
481 #define sasl_REALLOC(__ptr__, __size__) \ argument
482 (_sasl_allocation_utils.realloc((__ptr__), (__size__)))
483 #define sasl_FREE(__ptr__) (_sasl_allocation_utils.free((__ptr__))) argument