OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heap_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
flash_font_file_resource.cc
76
linked_ptr<std::string>
heap_string
(new std::string(contents));
77
font_tables_[table] =
heap_string
;
78
return
heap_string
.get();
/external/compiler-rt/lib/asan/tests/
asan_str_test.cc
47
char *
heap_string
= Ident((char*)malloc(length + 1));
local
51
heap_string
[i] = 'a';
54
heap_string
[length] = 0;
56
StrLenOOBTestTemplate(
heap_string
, length, false);
61
free(
heap_string
);
Completed in 589 milliseconds