Home
last modified time | relevance | path

Searched defs:safe_realloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMemAlloc.h52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc() function
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c854 static char *safe_realloc( char **buf, int len ) in safe_realloc() function