Searched refs:STBTT_HEAP_FACTOR_SIZE_32 (Results 1 – 2 of 2) sorted by relevance
11 #define STBTT_HEAP_FACTOR_SIZE_32 50 macro
458 #ifndef STBTT_HEAP_FACTOR_SIZE_32459 #define STBTT_HEAP_FACTOR_SIZE_32 2000 macro3035 … int count = (size < 32 ? STBTT_HEAP_FACTOR_SIZE_32 : size < 128 ? STBTT_HEAP_FACTOR_SIZE_128 :