Home | History | Annotate | Download | only in toolutil

Lines Matching defs:UToolMemory

137  * UToolMemory is used for generic, custom memory management.
146 struct UToolMemory;
147 typedef struct UToolMemory UToolMemory;
150 * Open a UToolMemory object for allocation of initialCapacity to maxCapacity
153 U_CAPI UToolMemory * U_EXPORT2
157 * Close a UToolMemory object.
160 utm_close(UToolMemory *mem);
167 utm_getStart(UToolMemory *mem);
173 utm_countItems(UToolMemory *mem);
179 utm_alloc(UToolMemory *mem);
185 utm_allocN(UToolMemory *mem, int32_t n);