Searched refs:Realloc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/stand/libsa/ |
| H A D | zalloc_malloc.c | 171 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function 207 if ((res = Realloc(ptr, size, file, line)) == NULL) in Reallocf()
|
| H A D | stand.h | 432 void *Realloc(void *, size_t, const char *, int); 442 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) 449 #define realloc(x, y) Realloc(x, y, NULL, 0)
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common.h | 463 Realloc(new_capacity); in push_back() 488 Realloc(new_size); in reserve() 521 void Realloc(uptr new_capacity) { in Realloc() function
|
| /freebsd-12.1/lib/libc/db/ |
| H A D | changelog | 47 Realloc bug when reading in fixed records.
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | Fixes | 1105 112. Realloc debug fix from John. 1666 17. Realloc bug fix (copy min of old and new size)
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CHANGES | 10306 Realloc => OPENSSL_realloc 11139 since Malloc(), Realloc() and Free() were defined as macros having
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2001 | 12829 * df.c (df_insn_modify): Realloc the INSN table here, if 13327 (shorted_branches): Realloc label_align array; do
|
| H A D | ChangeLog-2006 | 14448 (df_bb_modify): Realloc tables to the new index.
|
| H A D | ChangeLog-2005 | 400 (df_bb_modify): Realloc tables to the new index.
|