Home | History | Annotate | Download | only in tests

Lines Matching full:glob_ptr

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;
242 ptr = glob_ptr + alignments[align1_index_];