Home
last modified time | relevance | path

Searched defs:extra_base_size (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_testlimitedcapi/
Dheaptype_relative.c23 int extra_base_size, basicsize; in make_sized_heaptypes() local
265 int extra_base_size, basicsize, offset, add_flag; in make_heaptype_with_member() local
/external/python/cpython3/Lib/test/test_capi/
Dtest_misc.py1204 def check(extra_base_size, extra_size): argument