aurorafw.android.platform.sharedmem

Undocumented in source.

Members

Functions

ASharedMemory_create
int ASharedMemory_create(const(char)* name, size_t size)

Create a shared memory region.

ASharedMemory_getSize
size_t ASharedMemory_getSize(int fd)

Get the size of the shared memory region.

ASharedMemory_setProt
int ASharedMemory_setProt(int fd, int prot)

Restrict access of shared memory region.

Meta