Home
last modified time | relevance | path

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

/external/chromium/base/allocator/
Dallocator_shim.cc289 size_t secondary_length = 0; in SetupSubprocessAllocator() local
291 getenv_s(&secondary_length, buffer, sizeof(buffer), secondary_name); in SetupSubprocessAllocator()
292 DCHECK_GT(sizeof(buffer), secondary_length); in SetupSubprocessAllocator()
295 if (secondary_length || !primary_length) { in SetupSubprocessAllocator()
296 char* secondary_value = secondary_length ? buffer : "TCMALLOC"; in SetupSubprocessAllocator()