Home | History | Annotate | Download | only in toolutil

Lines Matching defs:UToolMemory

125  * UToolMemory is used for generic, custom memory management.
134 struct UToolMemory;
135 typedef struct UToolMemory UToolMemory;
138 * Open a UToolMemory object for allocation of initialCapacity to maxCapacity
141 U_CAPI UToolMemory * U_EXPORT2
145 * Close a UToolMemory object.
148 utm_close(UToolMemory *mem);
155 utm_getStart(UToolMemory *mem);
161 utm_countItems(UToolMemory *mem);
167 utm_alloc(UToolMemory *mem);
173 utm_allocN(UToolMemory *mem, int32_t n);