HomeSort by relevance Sort by last modified time
    Searched full:secondary_value (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/allocator/
allocator_shim.cc 296 char* secondary_value = secondary_length ? buffer : "TCMALLOC"; local
297 // Force renderer (or other subprocesses) to use secondary_value.
298 int ret_val = _putenv_s(primary_name, secondary_value);

Completed in 143 milliseconds