#include <numa.h>
#include <sched.h>
#include <stdlib.h>
#include <cassert>
#include <iostream>
#include <list>
#include <sys/mman.h>
Functions | |
void * | alloc () |
void | unalloc (void *ptr) |
void * | run (void *data) |
int | main (int argc, char **argv) |
void* alloc | ( | ) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void* run | ( | void * | data | ) |
void unalloc | ( | void * | ptr | ) |