This struct provides a namespace for platform‐independent memory manipulation utilities.
Synopsis
Declared in <bdls_memoryutil.h>
struct MemoryUtil;
Enums
Name |
Description |
Bit flags specifying memory access protection. |
Static Member Functions
Name |
Description |
Allocate page‐aligned memory of the specified size. |
|
Deallocate memory previously obtained from |
|
Return the memory page size of the platform. |
|
Change the access protection on a region of memory. |
Created with MrDocs