Searched refs:Realloc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/stand/libsa/ |
| H A D | zalloc_malloc.c | 180 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function 216 if ((res = Realloc(ptr, size, file, line)) == NULL) in Reallocf()
|
| H A D | stand.h | 448 void *Realloc(void *, size_t, const char *, int); 467 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) 474 #define realloc(x, y) Realloc(x, y, NULL, 0)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common.h | 508 Realloc(new_capacity); in push_back() 533 Realloc(new_size); in reserve() 566 void Realloc(uptr new_capacity) { in Realloc() function
|
| /freebsd-13.1/lib/libc/db/ |
| H A D | changelog | 47 Realloc bug when reading in fixed records.
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | Fixes | 1151 112. Realloc debug fix from John. 1712 17. Realloc bug fix (copy min of old and new size)
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 10696 Realloc => OPENSSL_realloc 11529 since Malloc(), Realloc() and Free() were defined as macros having
|