#include "UT_API.h"Go to the source code of this file.
Defines | |
| #define | SMALL_ALLOC 4 |
| #define | BIG_ALLOC 128 |
Typedefs | |
| typedef int(* | ut_ptr_compare_func_t )(const void *, const void *) |
Functions | |
| UT_API int | UTbumpAllocToPrime (int current_size) |
| UT_API int | UTdecreaseAllocToPrime (int current_size) |
| #define BIG_ALLOC 128 |
Definition at line 31 of file UT_ArrayHelp.h.
| #define SMALL_ALLOC 4 |
Definition at line 30 of file UT_ArrayHelp.h.
| typedef int(* ut_ptr_compare_func_t)(const void *, const void *) |
Definition at line 28 of file UT_ArrayHelp.h.
| UT_API int UTbumpAllocToPrime | ( | int | current_size | ) |
| UT_API int UTdecreaseAllocToPrime | ( | int | current_size | ) |
1.5.9