Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dmmapmodule.c44 my_getallocationgranularity (void) in my_getallocationgranularity() function
65 #define my_getallocationgranularity my_getpagesize macro
1594 …if (PyModule_AddIntConstant(module, "ALLOCATIONGRANULARITY", (long)my_getallocationgranularity()) … in mmap_exec()