Rename the pagemap accessor to be noun-verb.

This commit is contained in:
David Chisnall
2019-04-11 10:33:36 +01:00
parent 29aa8ef67e
commit 29b45c3345

View File

@@ -214,7 +214,7 @@ extern "C"
* this function to the correct type. This allows us to preserve some * this function to the correct type. This allows us to preserve some
* semblance of ABI safety via a pure C API. * semblance of ABI safety via a pure C API.
*/ */
SNMALLOC_EXPORT void* SNMALLOC_NAME_MANGLE(snmalloc_get_global_pagemap)( SNMALLOC_EXPORT void* SNMALLOC_NAME_MANGLE(snmalloc_pagemap_global_get)(
PagemapConfig const** config) PagemapConfig const** config)
{ {
if (config) if (config)