Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c441 mmap_resize_method(mmap_object *self, in mmap_resize_method() function
668 {"resize", (PyCFunction) mmap_resize_method, METH_VARARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c454 mmap_resize_method(mmap_object *self, in mmap_resize_method() function
704 {"resize", (PyCFunction) mmap_resize_method, METH_VARARGS},