Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c42 my_getallocationgranularity (void) in my_getallocationgranularity() function
63 #define my_getallocationgranularity my_getpagesize macro
1493 setint(dict, "ALLOCATIONGRANULARITY", (long)my_getallocationgranularity()); in initmmap()
/external/python/cpython3/Modules/
Dmmapmodule.c43 my_getallocationgranularity (void) in my_getallocationgranularity() function
64 #define my_getallocationgranularity my_getpagesize macro
1456 setint(dict, "ALLOCATIONGRANULARITY", (long)my_getallocationgranularity()); in PyInit_mmap()