Searched defs:ALLOCATION (Results 1 – 2 of 2) sorted by relevance
31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) macro
10 ALLOCATION = 1; enumerator