Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/stand/libsa/
H A Dzalloc_malloc.c171 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 Dstand.h432 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 Dsanitizer_common.h463 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 Dchangelog47 Realloc bug when reading in fixed records.
/freebsd-12.1/contrib/tcsh/
H A DFixes1105 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 DCHANGES10306 Realloc => OPENSSL_realloc
11139 since Malloc(), Realloc() and Free() were defined as macros having
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200112829 * df.c (df_insn_modify): Realloc the INSN table here, if
13327 (shorted_branches): Realloc label_align array; do
H A DChangeLog-200614448 (df_bb_modify): Realloc tables to the new index.
H A DChangeLog-2005400 (df_bb_modify): Realloc tables to the new index.