Searched refs:space_around (Results 1 – 1 of 1) sorted by relevance
32 int space_around = 10; in do_test() local36 mem = xmalloc (max_size + 2 * max_size + 2 * space_around); in do_test()38 lo_around = xmalloc (space_around); in do_test()39 hi_around = xmalloc (space_around); in do_test()40 memp = mem + space_around; in do_test()61 for (i = 1; i < space_around; i++) in do_test()74 for (i = 1; i < space_around; i++) in do_test()92 for (i = 1; i < space_around; i++) in do_test()
Completed in 4 milliseconds