Searched refs:dll_PyObject_Malloc (Results 1 – 2 of 2) sorted by relevance
300 # define PyObject_Malloc dll_PyObject_Malloc449 static void* (*dll_PyObject_Malloc)(size_t); variable632 {"PyObject_Malloc", (PYTHON_PROC*)&dll_PyObject_Malloc},
10241 Solution: Use dll_PyObject_Malloc and dll_PyObject_Free. (Paul Moore)