Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.h1170 #define END_ALLOC_CHUNK_M1 (END_ALLOC_CHUNK - 1) macro
1173 g_bigstack_end = (unsigned char*)(((uintptr_t)unaligned_end) & (~(END_ALLOC_CHUNK_M1 * ONELU))); in bigstack_end_set()
H A Dplink_common.c266 assert(!(size & END_ALLOC_CHUNK_M1)); in bigstack_end_alloc_presized()