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...] |