#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <iostream>#include <string>#include <cerrno>#include <algorithm>#include <sys/mman.h>#include "GnashSystemIOHeaders.h"#include "network.h"#include "buffer.h"#include "amf.h"#include "log.h"#include "cque.h"#include "diskstream.h"#include "cache.h"#include "getclocktime.hpp"#include <boost/thread/mutex.hpp>Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Defines | |
| #define | _SC_PAGESIZE 8 |
| #define | MAP_FAILED 0 |
| #define _SC_PAGESIZE 8 |
This isn't set on all systems, but is used to get the page size used for memory allocations.
| #define MAP_FAILED 0 |
1.7.1