OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secondary_length
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/allocator/
allocator_shim.cc
289
size_t
secondary_length
= 0;
local
291
getenv_s(&
secondary_length
, buffer, sizeof(buffer), secondary_name);
292
DCHECK_GT(sizeof(buffer),
secondary_length
);
local
295
if (
secondary_length
|| !primary_length) {
296
char* secondary_value =
secondary_length
? buffer : "TCMALLOC";
/external/chromium_org/base/allocator/
allocator_shim.cc
412
size_t
secondary_length
= 0;
local
414
getenv_s(&
secondary_length
, buffer, sizeof(buffer), secondary_name);
415
DCHECK_GT(sizeof(buffer),
secondary_length
);
local
418
if (
secondary_length
|| !primary_length) {
422
const char* secondary_value =
secondary_length
? buffer : "TCMALLOC";
Completed in 2736 milliseconds