Searched refs:libc_realloc (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | addsev.c | 71 new = libc_realloc(__pfmt_sev_tab, in addsev() 89 new = libc_realloc(__pfmt_sev_tab[i].string, strlen(string) + 1); in addsev()
|
H A D | gtxt.c | 133 if ((db = libc_realloc(db_info, in load_db()
|
H A D | nss_common.c | 400 next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize); in nss_cfgcomp_get() 454 next = (nss_cfgparam_t *)libc_realloc(comp->list, nsize); in nss_cfgparam_get()
|
H A D | localtime.c | 1895 if ((cp = libc_realloc(sp->chars, sp->charcnt)) == NULL) in load_posixinfo()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | libc.h | 76 extern void *libc_realloc(void *, size_t);
|
H A D | thr_uberdata.h | 1285 extern void *libc_realloc(void *, size_t);
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | alloc.c | 357 libc_realloc(void *old, size_t size) in libc_realloc() function
|
/titanic_50/usr/src/lib/libc/ |
H A D | README | 95 void *libc_realloc(void *, size_t); 108 Memory allocated by libc_malloc(), libc_realloc(), or libc_strdup()
|