Home
last modified time | relevance | path

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

/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c2442 #define CIREGSIZE (NUMBER_FREE_CHUNKS * sizeof(struct chunkinfo)) macro
2539 newcireg = MMAP(0, CIREGSIZE+(2*PGSIZE), PROT_READ|PROT_WRITE, MAP_PRIVATE); in cireg_extend()
2541 newcireg = MMAP(0, CIREGSIZE+PGSIZE, PROT_READ|PROT_WRITE, MAP_PRIVATE); in cireg_extend()
2567 mprot = mprotect((void*)((char*)newcireg+CIREGSIZE), (size_t) PGSIZE, PROT_NONE); in cireg_extend()
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.c2442 #define CIREGSIZE (NUMBER_FREE_CHUNKS * sizeof(struct chunkinfo)) macro
2539 newcireg = MMAP(0, CIREGSIZE+(2*PGSIZE), PROT_READ|PROT_WRITE, MAP_PRIVATE); in cireg_extend()
2541 newcireg = MMAP(0, CIREGSIZE+PGSIZE, PROT_READ|PROT_WRITE, MAP_PRIVATE); in cireg_extend()
2567 mprot = mprotect((void*)((char*)newcireg+CIREGSIZE), (size_t) PGSIZE, PROT_NONE); in cireg_extend()
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.c2442 #define CIREGSIZE (NUMBER_FREE_CHUNKS * sizeof(struct chunkinfo)) macro
2539 newcireg = MMAP(0, CIREGSIZE+(2*PGSIZE), PROT_READ|PROT_WRITE, MAP_PRIVATE); in cireg_extend()
2541 newcireg = MMAP(0, CIREGSIZE+PGSIZE, PROT_READ|PROT_WRITE, MAP_PRIVATE); in cireg_extend()
2567 mprot = mprotect((void*)((char*)newcireg+CIREGSIZE), (size_t) PGSIZE, PROT_NONE); in cireg_extend()
2666 munmap(unmapme, CIREGSIZE+(2*PGSIZE)); in freeciregion()
2668 munmap(unmapme, CIREGSIZE+PGSIZE); in freeciregion()