Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c648 mmap__sizeof__method(mmap_object *self, void *unused) in mmap__sizeof__method() function
675 {"__sizeof__", (PyCFunction) mmap__sizeof__method, METH_NOARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c684 mmap__sizeof__method(mmap_object *self, void *unused) in mmap__sizeof__method() function
713 {"__sizeof__", (PyCFunction) mmap__sizeof__method, METH_NOARGS},