Searched defs:realloc (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2968 static void __kmp_alloc_argv_entries(int argc, kmp_team_t *team, int realloc) { argument
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1375 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd-11-stable/contrib/tcsh/
H A Dsh.h330 # define realloc __realloc macro
335 # undef realloc macro
485 # define realloc lint_realloc macro
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h111 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines
/freebsd-11-stable/kerberos5/include/
H A Dconfig.h1605 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h119 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines

Completed in 110 milliseconds

12