Searched defs:sasl_allocation_utils (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h328 typedef struct sasl_allocation_utils { struct
400 sasl_allocation_utils_t sasl_allocation_utils; member in struct:_sasl_global_context_s
461 #define sasl_ALLOC(__size__) (gctx->sasl_allocation_utils.malloc((__size__)))
463 (gctx->sasl_allocation_utils.calloc((__nelem__), (__size__)))
465 (gctx->sasl_allocation_utils.realloc((__ptr__), (__size__)))
466 #define sasl_FREE(__ptr__) (gctx->sasl_allocation_utils.free((__ptr__)))

Completed in 61 milliseconds