OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glob_ptr
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/TestCases/
free_hook_realloc.cc
7
static void *
glob_ptr
;
variable
11
if (ptr ==
glob_ptr
) {
21
glob_ptr
= x;
/bionic/tests/
string_test.cpp
140
glob_ptr
= reinterpret_cast<Character*>(valloc(2 * sizeof(Character) * MAX_LEN + max_alignment));
150
free(
glob_ptr
);
161
ptr =
glob_ptr
+ align1;
172
Character *
glob_ptr
, *glob_ptr1, *glob_ptr2;
member in struct:StringTestState
Completed in 539 milliseconds