Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmmapmodule.c54 my_getallocationgranularity (void) in my_getallocationgranularity() function
75 #define my_getallocationgranularity my_getpagesize macro
1988 …if (PyModule_AddIntConstant(module, "ALLOCATIONGRANULARITY", (long)my_getallocationgranularity()) … in mmap_exec()