HomeSort by relevance Sort by last modified time
    Searched refs:default_zone (Results 1 - 5 of 5) 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/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_osx.h 270 malloc_zone_t *default_zone = malloc_default_zone(); local
271 malloc_zone_unregister(default_zone);
272 malloc_zone_register(default_zone);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_osx.h 270 malloc_zone_t *default_zone = malloc_default_zone(); local
271 malloc_zone_unregister(default_zone);
272 malloc_zone_register(default_zone);
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 113 static icu::TimeZone* DEFAULT_ZONE = NULL;
139 delete DEFAULT_ZONE;
140 DEFAULT_ZONE = NULL;
444 * Initialize DEFAULT_ZONE from the system default time zone.
445 * Upon return, DEFAULT_ZONE will not be NULL, unless operator new()
454 if (DEFAULT_ZONE != NULL) {
487 TimeZone* default_zone = NULL; local
493 default_zone = createSystemTimeZone(hostStrID);
501 if (default_zone != NULL && rawOffset != default_zone->getRawOffset(
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 113 static icu::TimeZone* DEFAULT_ZONE = NULL;
139 delete DEFAULT_ZONE;
140 DEFAULT_ZONE = NULL;
444 * Initialize DEFAULT_ZONE from the system default time zone.
445 * Upon return, DEFAULT_ZONE will not be NULL, unless operator new()
454 if (DEFAULT_ZONE != NULL) {
487 TimeZone* default_zone = NULL; local
493 default_zone = createSystemTimeZone(hostStrID);
501 if (default_zone != NULL && rawOffset != default_zone->getRawOffset(
    [all...]

Completed in 89 milliseconds