Home
last modified time | relevance | path

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

/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c2653 void *unmapme; in freeciregion() local
2663 unmapme = (void *) ((char*)freeme - PGSIZE); in freeciregion()
2666 munmap(unmapme, CIREGSIZE+(2*PGSIZE)); in freeciregion()
2668 munmap(unmapme, CIREGSIZE+PGSIZE); in freeciregion()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c2653 void *unmapme; in freeciregion() local
2663 unmapme = (void *) ((char*)freeme - PGSIZE); in freeciregion()
2666 munmap(unmapme, CIREGSIZE+(2*PGSIZE)); in freeciregion()
2668 munmap(unmapme, CIREGSIZE+PGSIZE); in freeciregion()
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c2653 void *unmapme; in freeciregion() local
2663 unmapme = (void *) ((char*)freeme - PGSIZE); in freeciregion()
2666 munmap(unmapme, CIREGSIZE+(2*PGSIZE)); in freeciregion()
2668 munmap(unmapme, CIREGSIZE+PGSIZE); in freeciregion()