Home
last modified time | relevance | path

Searched refs:mmap_notify_client (Results 1 – 1 of 1) sorted by relevance

/external/strace/
Dmmap_notify.c29 struct mmap_notify_client { struct
32 struct mmap_notify_client *next; argument
35 static struct mmap_notify_client *clients;
40 struct mmap_notify_client *client = xmalloc(sizeof(*client)); in mmap_notify_register_client()
50 struct mmap_notify_client *client; in mmap_notify_report()