Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libsa/
H A Dzalloc_malloc.c180 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 Dstand.h448 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 Dsanitizer_common.h508 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 Dchangelog47 Realloc bug when reading in fixed records.
/freebsd-13.1/contrib/tcsh/
H A DFixes1151 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 DCHANGES10696 Realloc => OPENSSL_realloc
11529 since Malloc(), Realloc() and Free() were defined as macros having