Searched refs:Realloc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/stand/libsa/ |
| HD | zalloc_malloc.c | 149 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()
|
| HD | stand.h | 433 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/ |
| HD | sanitizer_common.h | 464 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/ |
| HD | changelog | 47 Realloc bug when reading in fixed records.
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | Fixes | 1127 112. Realloc debug fix from John. 1688 17. Realloc bug fix (copy min of old and new size)
|
| /freebsd-11-stable/crypto/openssl/doc/ |
| HD | ssleay.txt | 4139 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/ |
| HD | CHANGES | 8689 Realloc => OPENSSL_realloc 9522 since Malloc(), Realloc() and Free() were defined as macros having
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog-2001 | 12829 * df.c (df_insn_modify): Realloc the INSN table here, if 13327 (shorted_branches): Realloc label_align array; do
|
| HD | ChangeLog-2006 | 14448 (df_bb_modify): Realloc tables to the new index.
|
| HD | ChangeLog-2005 | 400 (df_bb_modify): Realloc tables to the new index.
|