HomeSort by relevance Sort by last modified time
    Searched refs:default_zone (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/src/
zone.c 178 malloc_zone_t *default_zone = malloc_default_zone(); local
180 if (!default_zone->zone_name ||
181 strcmp(default_zone->zone_name, "DefaultMallocZone") != 0) {
247 default_zone = malloc_default_zone();
256 malloc_zone_unregister(default_zone);
257 malloc_zone_register(default_zone);
  /external/icu/icu4c/source/i18n/
timezone.cpp 113 static icu::TimeZone* DEFAULT_ZONE = NULL;
139 delete DEFAULT_ZONE;
140 DEFAULT_ZONE = NULL;
519 * Initialize DEFAULT_ZONE from the system default time zone.
520 * Upon return, DEFAULT_ZONE will not be NULL, unless operator new()
529 if (DEFAULT_ZONE != NULL) {
546 TimeZone *default_zone = TimeZone::detectHostTimeZone(); local
548 // The only way for DEFAULT_ZONE to be non-null at this point is if the user
551 U_ASSERT(DEFAULT_ZONE == NULL);
553 DEFAULT_ZONE = default_zone
    [all...]

Completed in 53 milliseconds