Lines Matching refs:free
308 Caller is responsible for free() on the returned pointer.
343 if(table)free(table);
712 free(*ct);
713 free(*px);
917 \param rgba_px U_RGBA pixel array (32 bits), created by this routine, caller must free.
1069 \param rgba_px U_RGBA pixel array (32 bits), created by this routine, caller must free.
1118 free(rgba_px);
1175 free(etl);
1180 free(etl->buf);
1181 free(etl);
1239 free(etl->buf);
1240 free(etl);
1263 free(fn16);
1264 free(md16);
1276 \param contents Contents of the file. Buffer must be free()'d by caller.
1302 free(*contents);
1323 \param freerec If true, free rec after append
1350 if(freerec){ free(rec); }
1375 free(ehtl);
1380 free(ehtl->table);
1381 free(ehtl);
1424 \brief Returns the index of the first free slot.
1476 free(ehtl->table);
1477 free(ehtl->stack);
1478 free(ehtl);
2863 For all _set functions the caller must eventually call free() on the returned pointer.