Home
last modified time | relevance | path

Searched refs:reallocate (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dvector.h44 reallocate(NewCapacity); in push_back()
63 reallocate(NewSize); in reserve()
82 void reallocate(uptr NewCapacity) { in reallocate() function
H A Dwrappers_c.inc148 SCUDO_ALLOCATOR.reallocate(ptr, size, SCUDO_MALLOC_ALIGNMENT));
H A Dcombined.h593 void *reallocate(void *OldPtr, uptr NewSize, uptr Alignment = MinAlignment) {
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_alloc.h149 reallocate(void* __p, size_t /* old_sz */, size_t __new_sz) in reallocate() function
288 reallocate(void* __p, size_t __old_sz, size_t __new_sz) in reallocate() function
293 char* __result = (char*) _Alloc::reallocate(__real_p, in reallocate()
448 reallocate(void* __p, size_t __old_sz, size_t __new_sz);
583 reallocate(void* __p, size_t __old_sz, size_t __new_sz) in reallocate() function
H A Dpthread_allocimpl.h207 static void * reallocate(void *__p, size_t __old_sz, size_t __new_sz);
370 ::reallocate(void *__p, size_t __old_sz, size_t __new_sz) in reallocate() function
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp288 void *NewP = Allocator->reallocate(P, Size * 2); in SCUDO_TYPED_TEST()
311 void *NewP = Allocator->reallocate(P, Size); in SCUDO_TYPED_TEST()
334 void *NewP = Allocator->reallocate(P, NewSize); in SCUDO_TYPED_TEST()
550 EXPECT_DEATH(Allocator->reallocate(MisalignedP, Size * 2U), ""); in TEST()
564 EXPECT_DEATH(Allocator->reallocate(P, Size * 2U), ""); in TEST()
696 P = Allocator->reallocate(P, Size + 1); in SCUDO_TYPED_TEST()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp119 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt
144 reallocate(RHS.getBitWidth()); in assignSlowCase()
1805 Quotient.reallocate(BitWidth); in udivrem()
1806 Remainder.reallocate(BitWidth); in udivrem()
1871 Quotient.reallocate(BitWidth); in udivrem()
/openbsd/gnu/llvm/libcxx/include/
H A Ddeque1802 // Else need to allocate 1 buffer, *and* we need to reallocate __map_.
1874 // Else need to allocate __nb buffers, *and* we need to reallocate __map_.
1944 // Else need to allocate 1 buffer, *and* we need to reallocate __map_.
2015 // Else need to allocate __nb buffers, *and* we need to reallocate __map_.
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1938 void reallocate(unsigned NewBitWidth);
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5005delta.pod308 The internals now reallocate the perl stack only at predictable times.
H A Dperlinterp.pod485 C<LEN> isn't big enough, C<SvGROW> will reallocate space for us.
H A Dperlipc.pod1674 would reallocate your string when you weren't wanting it to. You might
H A Dperl5260delta.pod2598 the parser could reallocate the line buffer but then continue to use
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi366 we cannot reallocate the run. Instead, on overflow it is expanded by
/openbsd/gnu/gcc/gcc/doc/
H A Dcppinternals.info324 line, we cannot reallocate the run. Instead, on overflow it is
H A Dcppinternals.texi366 we cannot reallocate the run. Instead, on overflow it is expanded by
/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq1782 * code do the rest. We also reset/reallocate the FIFO to make
H A Daic79xx.seq1380 * code do the rest. We also reset/reallocate the FIFO to make
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq4.pod1697 reallocate less memory, or quickly insert elements in the middle of
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.461983 * info/display.c (display_update_one_window): Dynamically reallocate
5614 reallocate TEXT if the existing storage is too small, otherwise
5617 reallocate input_text if we are executing_string, since storage
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19912943 (add_symbol): If overflowed cur_block, reallocate it larger,
H A DChangeLog-19982360 of length n on the end. If not, then reallocate the ts_strbuf.
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog3840 * include/bits/stl_alloc.h: Deprecate all 'reallocate' memfns.
H A DChangeLog-20007121 correctly, handle overflow/reallocate conditions correctly.
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.15671 reallocate const_equiv_map storage; instead, just ensure the
5847 If necessary, reallocate reg_iv_type / reg_iv_info before calling

12