Home
last modified time | relevance | path

Searched refs:tu_realloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dtestutils.c85 tu_realloc (void *p, size_t old_size, size_t new_size) in tu_realloc() function
119 mp_set_memory_functions (tu_alloc, tu_realloc, tu_free); in main()
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/
H A DChangeLog471 (tu_alloc, tu_realloc, tu_free): New functions.