Lines Matching refs:realloc
20 array.realloc(1); in test_automalloc_realloc()
26 array.realloc(2); in test_automalloc_realloc()
30 array.realloc(1); in test_automalloc_realloc()
34 array.realloc(0); in test_automalloc_realloc()
37 array.realloc(10); in test_automalloc_realloc()
41 array.realloc(20); in test_automalloc_realloc()
45 array.realloc(10); in test_automalloc_realloc()
50 array.realloc(1); in test_automalloc_realloc()
55 array.realloc(1); in test_automalloc_realloc()
63 array.realloc(3); in test_automalloc_realloc()
66 array.realloc(1); in test_automalloc_realloc()
112 autoMalloc.realloc(0); in test_realloc_to_zero()
115 autoMalloc.realloc(kStackPreallocCount + 1); in test_realloc_to_zero()
118 autoMalloc.realloc(0); in test_realloc_to_zero()
121 autoMalloc.realloc(kStackPreallocCount); in test_realloc_to_zero()