Searched refs:PyMemoEntry (Results 1 – 1 of 1) sorted by relevance
608 } PyMemoEntry; typedef614 PyMemoEntry *mt_table;738 memo->mt_table = PyMem_MALLOC(MT_MINSIZE * sizeof(PyMemoEntry)); in PyMemoTable_New()744 memset(memo->mt_table, 0, MT_MINSIZE * sizeof(PyMemoEntry)); in PyMemoTable_New()762 new->mt_table = PyMem_NEW(PyMemoEntry, self->mt_allocated); in PyMemoTable_Copy()772 sizeof(PyMemoEntry) * self->mt_allocated); in PyMemoTable_Copy()792 memset(self->mt_table, 0, self->mt_allocated * sizeof(PyMemoEntry)); in PyMemoTable_Clear()809 static PyMemoEntry *815 PyMemoEntry *table = self->mt_table; in _PyMemoTable_Lookup()816 PyMemoEntry *entry; in _PyMemoTable_Lookup()[all …]