Files
ray/src/plasma/malloc.h
T
2016-10-25 14:27:45 -07:00

10 lines
216 B
C

#ifndef MALLOC_H
#define MALLOC_H
void get_malloc_mapinfo(void *addr,
int *fd,
int64_t *map_length,
ptrdiff_t *offset);
#endif /* MALLOC_H */