Home
last modified time | relevance | path

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

/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c2011 #define SIZE_NOMMAP (PREV_INUSE|INUSE) macro
2017 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & SIZE_NOMMAP) ))
2045 #define set_head_size(p, s) ((p)->size = (((p)->size & SIZE_NOMMAP) | (s)))
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c2011 #define SIZE_NOMMAP (PREV_INUSE|INUSE) macro
2017 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & SIZE_NOMMAP) ))
2045 #define set_head_size(p, s) ((p)->size = (((p)->size & SIZE_NOMMAP) | (s)))
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c2011 #define SIZE_NOMMAP (PREV_INUSE|INUSE) macro
2017 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & SIZE_NOMMAP) ))
2045 #define set_head_size(p, s) ((p)->size = (((p)->size & SIZE_NOMMAP) | (s)))