Searched refs:togo_heap (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Dlocid.cpp325 char *togo_heap = NULL; local
394 togo_heap = (char *)uprv_malloc(sizeof(char)*(size+1));
395 // If togo_heap could not be created, initialize with default settings.
396 if (togo_heap == NULL) {
399 togo = togo_heap;
455 if (togo_heap) {
456 uprv_free(togo_heap);

Completed in 13 milliseconds