HomeSort by relevance Sort by last modified time
    Searched refs:glob_ptr (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/asan/TestCases/Posix/
free_hook_realloc.cc 9 static void *glob_ptr; variable
13 if (ptr == glob_ptr) {
23 glob_ptr = x;
  /external/compiler-rt/test/asan/TestCases/Windows/
free_hook_realloc.cc 12 static void *glob_ptr; variable
16 if (ptr == glob_ptr) {
26 glob_ptr = x;
  /bionic/tests/
string_test.cpp 170 glob_ptr = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
180 free(glob_ptr);
219 Character *glob_ptr, *glob_ptr1, *glob_ptr2; member in class:StringTestState
242 ptr = glob_ptr + alignments[align1_index_];
    [all...]

Completed in 90 milliseconds