Home
last modified time | relevance | path

Searched defs:presize (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A Dgcmodule.c2276 gc_alloc(size_t basicsize, size_t presize) in gc_alloc() argument
2297 size_t presize = _PyType_PreHeaderSize(tp); in _PyObject_GC_New() local
2316 size_t presize = _PyType_PreHeaderSize(tp); in _PyObject_GC_NewVar() local
2347 size_t presize = _PyType_PreHeaderSize(((PyObject *)op)->ob_type); in PyObject_GC_Del() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c1132 const size_t presize = _PyType_PreHeaderSize(type); in _PyType_AllocNoTrack() local

Completed in 16 milliseconds