#include "src/common/blist.hpp"#include "src/ipc/lock.hpp"#include "src/memory/heap.hpp"Idź do kodu źródłowego tego pliku.
Przestrzenie nazw | |
| namespace | Thread |
Komponenty | |
| struct | mmap_s |
| class | mmap_t |
Funkcje | |
| int | mmapcompar (const void *a, const void *b) |
Zmienne | |
| const uint32 | ME_NONE = 0x0000 |
| const uint32 | ME_OTHER = 0x0001 |
| const uint32 | ME_MM_FILE = 0x0002 |
| const uint32 | ME_MOD = 0x0003 |
| const uint32 | ME_CODE = 0x0004 |
| const uint32 | ME_STACK = 0x0005 |
| const uint32 | ME_STACKGUARD = 0x0006 |
| const uint32 | ME_MEMORY = 0x0007 |
| const uint32 | ME_USERDATA = 0x0008 |
| const uint32 | ME_SHMEM = 0x0009 |
| const uint32 | ME_UDATA = 0x000a |
| const uint32 | ME_ANY = 0xFFFFFFFF |
| int mmapcompar | ( | const void * | a, | |
| const void * | b | |||
| ) |
| const uint32 ME_MM_FILE = 0x0002 |
Definicja w linii 21 pliku mmap.hpp.
Odwołania w Memory::Shmem::shmem_attach(), Memory::Shmem::shmem_create() i shmem_paging_pfh().
| const uint32 ME_STACKGUARD = 0x0006 |
| const uint32 ME_USERDATA = 0x0008 |
1.5.6