Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/libsa/
HDzalloc_malloc.c149 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function
183 if ((res = Realloc(ptr, size, file, line)) == NULL) in Reallocf()
HDstand.h433 void *Realloc(void *, size_t, const char *, int);
440 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__)
445 #define realloc(x, y) Realloc(x, y, NULL, 0)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common.h464 Realloc(new_capacity); in push_back()
489 Realloc(new_size); in reserve()
522 void Realloc(uptr new_capacity) { in Realloc() function
/freebsd-11-stable/lib/libc/db/
HDchangelog47 Realloc bug when reading in fixed records.
/freebsd-11-stable/contrib/tcsh/
HDFixes1127 112. Realloc debug fix from John.
1688 17. Realloc bug fix (copy min of old and new size)
/freebsd-11-stable/crypto/openssl/doc/
HDssleay.txt4139 Malloc(), Free() and Realloc() (except those in crypto/lhash).
4151 When turned on, each Malloc() or Realloc() call is recored along with the file
/freebsd-11-stable/crypto/openssl/
HDCHANGES8689 Realloc => OPENSSL_realloc
9522 since Malloc(), Realloc() and Free() were defined as macros having
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200112829 * df.c (df_insn_modify): Realloc the INSN table here, if
13327 (shorted_branches): Realloc label_align array; do
HDChangeLog-200614448 (df_bb_modify): Realloc tables to the new index.
HDChangeLog-2005400 (df_bb_modify): Realloc tables to the new index.