Home
last modified time | relevance | path

Searched refs:dll_PyObject_Malloc (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c300 # define PyObject_Malloc dll_PyObject_Malloc
449 static void* (*dll_PyObject_Malloc)(size_t); variable
632 {"PyObject_Malloc", (PYTHON_PROC*)&dll_PyObject_Malloc},
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10241 Solution: Use dll_PyObject_Malloc and dll_PyObject_Free. (Paul Moore)