HPCToolkit
mmap.h
Go to the documentation of this file.
1
#ifndef MMAP_H
2
#define MMAP_H
3
4
#include <stdlib.h>
5
6
void
*
hpcrun_mmap_anon
(
size_t
size);
7
void
hpcrun_mmap_init
(
void
);
8
9
#endif // MMAP_H
hpcrun_mmap_anon
void * hpcrun_mmap_anon(size_t size)
Definition:
mmap.c:49
hpcrun_mmap_init
void hpcrun_mmap_init(void)
Definition:
mmap.c:94
src
tool
hpcrun
memory
mmap.h
Generated by
1.8.13