mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 10:31:38 +08:00
10 lines
216 B
C
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 */
|