16 #ifndef __UT_ArrayHelp__
17 #define __UT_ArrayHelp__
26 #define SMALL_ALLOC 16
38 UTbumpAlloc(
T current_size)
45 if (current_size <
T(8))
47 return (current_size <
T(4)) ?
T(4) :
T(8);
60 T bump = current_size >> 3;
int(* ut_ptr_compare_func_t)(const void *, const void *)
typedef int(APIENTRYP RE_PFNGLXSWAPINTERVALSGIPROC)(int)
UT_API exint UTdecreaseAllocToPrime(exint current_size)
UT_API exint UTbumpAllocToPrime(exint current_size)