Planeshift
|
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>
#include <memory>
#include <vector>
#include "third_party/lss/linux_syscall_support.h"
Go to the source code of this file.
Classes | |
class | google_breakpad::PageAllocator |
struct | google_breakpad::PageAllocator::PageHeader |
struct | google_breakpad::PageStdAllocator< T > |
struct | google_breakpad::PageStdAllocator< T >::rebind< U > |
class | google_breakpad::wasteful_vector< T > |
Namespaces | |
namespace | google_breakpad |
Functions | |
void * | operator new (size_t nbytes, google_breakpad::PageAllocator &allocator) |
void* operator new | ( | size_t | nbytes, |
google_breakpad::PageAllocator & | allocator | ||
) | [inline] |