Home
last modified time | relevance | path

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

/dports/dns/dq/dq-20181021/dq/
H A Dalloc.c18 #define ALLOC_SPACE 8192 macro
22 static aligned realspace[ALLOC_SPACE / ALLOC_ALIGNMENT];
24 static long long avail = ALLOC_SPACE;
56 return ALLOC_SPACE; in alloc_getspace()
135 if (x < space + ALLOC_SPACE) in alloc_free()
153 purge(space, ALLOC_SPACE); in alloc_freeall()