Home
last modified time | relevance | path

Searched refs:memory_exhausted (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c421 memory_exhausted(const char *msg) in memory_exhausted() function
431 memory_exhausted("size overflow"); in size_product()
439 memory_exhausted(strerror(errno)); in memcheck()
456 memory_exhausted("int overflow"); in growalloc()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c422 memory_exhausted(const char *msg) in memory_exhausted() function
432 memory_exhausted("size overflow"); in size_product()
440 memory_exhausted(strerror(errno)); in memcheck()
457 memory_exhausted("int overflow"); in growalloc()
/third_party/tzdata/
Dzic.c465 memory_exhausted(const char *msg) in memory_exhausted() function
474 memory_exhausted(_("size overflow")); in size_overflow()
526 memory_exhausted(strerror(HAVE_MALLOC_ERRNO ? errno : ENOMEM)); in memcheck()
563 memory_exhausted(_("integer overflow")); in grow_nitems_alloc()