Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c66 #define _Py_DEC_MINALLOC 4 macro
72 mpd_uint_t data[_Py_DEC_MINALLOC];
1864 MPD(dec)->alloc = _Py_DEC_MINALLOC; in PyDecType_New()
5677 mpd_setminalloc(_Py_DEC_MINALLOC); in PyInit__decimal()