Home | History | Annotate | Download | only in detail

Lines Matching full:alloc

156       __gnu_cxx::throw_allocator<char> alloc;
157 const double orig_throw_prob = alloc.get_throw_prob();
158 alloc.set_throw_prob(0);
174 alloc.set_throw_prob(orig_throw_prob);
317 __gnu_cxx::throw_allocator<char> alloc;
318 const double orig_throw_prob = alloc.get_throw_prob();
319 alloc.set_throw_prob(0);
330 alloc.set_throw_prob(orig_throw_prob);
338 __gnu_cxx::throw_allocator<char> alloc;
339 const double orig_throw_prob = alloc.get_throw_prob();
340 alloc.set_throw_prob(0);
348 alloc.set_throw_prob(orig_throw_prob);