Home
last modified time | relevance | path

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

/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c2445 char *startheap; variable
2480 startheap = 0; in dnmalloc_init()
2716 #define hash(p) (((unsigned long) p - (unsigned long) startheap) >> 7)
2778 …: %p).\n", hashval, AMOUNTHASH, HEAPMAXSIZE_HALF, PGSIZE, CHUNKINFOPAGE, chunk(ci), ci, startheap); in hashtable_add()
2918 if ((char *) p >= startheap)
3136 av->top->chunk = (mchunkptr) startheap;
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c2445 char *startheap; variable
2480 startheap = 0; in dnmalloc_init()
2716 #define hash(p) (((unsigned long) p - (unsigned long) startheap) >> 7)
2778 …: %p).\n", hashval, AMOUNTHASH, HEAPMAXSIZE_HALF, PGSIZE, CHUNKINFOPAGE, chunk(ci), ci, startheap); in hashtable_add()
2918 if ((char *) p >= startheap)
3136 av->top->chunk = (mchunkptr) startheap;
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c2445 char *startheap; variable
2480 startheap = 0; in dnmalloc_init()
2716 #define hash(p) (((unsigned long) p - (unsigned long) startheap) >> 7)
2778 …: %p).\n", hashval, AMOUNTHASH, HEAPMAXSIZE_HALF, PGSIZE, CHUNKINFOPAGE, chunk(ci), ci, startheap); in hashtable_add()
2918 if ((char *) p >= startheap)
3136 av->top->chunk = (mchunkptr) startheap;