Rename the pagemap accessor to be noun-verb.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user