Home
last modified time | relevance | path

Searched refs:mpd_realloc_dyn (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpalloc.h42 int mpd_realloc_dyn(mpd_t *result, mpd_ssize_t size, uint32_t *status);
Dmemory.c278 mpd_realloc_dyn(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) in mpd_realloc_dyn() function
Dmpdecimal.c512 return mpd_realloc_dyn(result, nwords, status); in mpd_qresize()
531 else if (!mpd_realloc_dyn(result, nwords, status)) { in mpd_qresize_zero()