class MemMapFuchsia

Defined at line 21 of file ../../third_party/scudo/src/mem_map_fuchsia.h

Public Methods

void MemMapFuchsia ()

Defined at line 23 of file ../../third_party/scudo/src/mem_map_fuchsia.h

uptr getBaseImpl ()

Defined at line 34 of file ../../third_party/scudo/src/mem_map_fuchsia.h

uptr getCapacityImpl ()

Defined at line 35 of file ../../third_party/scudo/src/mem_map_fuchsia.h

bool mapImpl (uptr Addr, uptr Size, const char * Name, uptr Flags)

Impls for base functions.

void unmapImpl (uptr Addr, uptr Size)
bool remapImpl (uptr Addr, uptr Size, const char * Name, uptr Flags)
void setMemoryPermissionImpl (uptr Addr, uptr Size, uptr Flags)
void releaseAndZeroPagesToOSImpl (uptr From, uptr Size)
s64 getResidentPagesImpl (uptr From, uptr Size)
void releasePagesToOSImpl (uptr From, uptr Size)

Defined at line 30 of file ../../third_party/scudo/src/mem_map_fuchsia.h

Friends

class ReservedMemoryFuchsia