Home
last modified time | relevance | path

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

/dports/dns/ldapdns/ldapdns-2.07/
H A Dmem.c7 #define MEM_PRE 4096 macro
8 static align_t local_store[MEM_PRE / MEM_ALIGN];
10 static unsigned int avail = MEM_PRE;
54 if (((char *)x) >= space && ((char *)x) <= space + MEM_PRE) in mem_free()