![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <sys/types.h>
Functions | |
void * | mmap_anon (void *, size_t, int, int, off_t) |
mmap() anonymous space, depending on the system's mmap() style. On systems that use the /dev/zero mapping idiom, zerofd will be set to the file descriptor of the opened /dev/zero. More... | |
mmap() anonymous space, depending on the system's mmap() style. On systems that use the /dev/zero mapping idiom, zerofd will be set to the file descriptor of the opened /dev/zero.
addr | address to map at. |
len | number of bytes from addr to be mapped. |
prot | protections (region accessibility). |
flags | specifies the type of the mapped object. |
offset | start mapping at byte offset. |
zerofd |