HomeSort by relevance Sort by last modified time
    Searched refs:mpd_mallocfunc (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/_decimal/libmpdec/
memory.c 46 void *(* mpd_mallocfunc)(size_t size) = malloc; variable
73 ptr = mpd_mallocfunc(req);
95 return mpd_mallocfunc(req);
150 return mpd_mallocfunc(req);
mpdecimal.h     [all...]
  /external/python/cpython3/Modules/_decimal/
_decimal.c     [all...]

Completed in 178 milliseconds