Searched refs:srAppRealloc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/SecurityTool-55115/
H A DsrCdsaUtils.h40 extern void * srAppRealloc (void *ptr, CSSM_SIZE size, void *allocRef);
45 #define APP_REALLOC(p, s) srAppRealloc(p, s, NULL)
46 #define APP_CALLOC(n, s) srAppRealloc(n, s, NULL)
H A DsrCdsaUtils.cpp49 void * srAppRealloc (void *ptr, CSSM_SIZE size, void *allocRef) { function
60 srAppRealloc,

Completed in 116 milliseconds