Home
last modified time | relevance | path

Searched refs:PyMemoEntry (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_pickle.c620 } PyMemoEntry; typedef
626 PyMemoEntry *mt_table;
750 memo->mt_table = PyMem_Malloc(MT_MINSIZE * sizeof(PyMemoEntry)); in PyMemoTable_New()
756 memset(memo->mt_table, 0, MT_MINSIZE * sizeof(PyMemoEntry)); in PyMemoTable_New()
774 new->mt_table = PyMem_NEW(PyMemoEntry, self->mt_allocated); in PyMemoTable_Copy()
784 sizeof(PyMemoEntry) * self->mt_allocated); in PyMemoTable_Copy()
804 memset(self->mt_table, 0, self->mt_allocated * sizeof(PyMemoEntry)); in PyMemoTable_Clear()
821 static PyMemoEntry *
827 PyMemoEntry *table = self->mt_table; in _PyMemoTable_Lookup()
828 PyMemoEntry *entr in _PyMemoTable_Lookup()
[all...]

Completed in 5 milliseconds