Searched refs:sasl_sun_REALLOC (Results 1 – 2 of 2) sorted by relevance
469 #define sasl_sun_REALLOC(__ptr__, __size__) (realloc((__ptr__), (__size__))) macro
121 ret = sasl_sun_REALLOC(pool, sizeof(struct proppool) + size); in resize_proppool()