/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | vector.h | 44 reallocate(NewCapacity); in push_back() 63 reallocate(NewSize); in reserve() 82 void reallocate(uptr NewCapacity) { in reallocate() function
|
H A D | wrappers_c.inc | 148 SCUDO_ALLOCATOR.reallocate(ptr, size, SCUDO_MALLOC_ALIGNMENT));
|
H A D | combined.h | 593 void *reallocate(void *OldPtr, uptr NewSize, uptr Alignment = MinAlignment) {
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_alloc.h | 149 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 D | pthread_allocimpl.h | 207 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 D | combined_test.cpp | 288 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 D | APInt.cpp | 119 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 D | deque | 1802 // 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 D | APInt.h | 1938 void reallocate(unsigned NewBitWidth);
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5005delta.pod | 308 The internals now reallocate the perl stack only at predictable times.
|
H A D | perlinterp.pod | 485 C<LEN> isn't big enough, C<SvGROW> will reallocate space for us.
|
H A D | perlipc.pod | 1674 would reallocate your string when you weren't wanting it to. You might
|
H A D | perl5260delta.pod | 2598 the parser could reallocate the line buffer but then continue to use
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | cppinternals.texi | 366 we cannot reallocate the run. Instead, on overflow it is expanded by
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cppinternals.info | 324 line, we cannot reallocate the run. Instead, on overflow it is
|
H A D | cppinternals.texi | 366 we cannot reallocate the run. Instead, on overflow it is expanded by
|
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx.seq | 1782 * code do the rest. We also reset/reallocate the FIFO to make
|
H A D | aic79xx.seq | 1380 * code do the rest. We also reset/reallocate the FIFO to make
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq4.pod | 1697 reallocate less memory, or quickly insert elements in the middle of
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 1983 * 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 D | ChangeLog-1991 | 2943 (add_symbol): If overflowed cur_block, reallocate it larger,
|
H A D | ChangeLog-1998 | 2360 of length n on the end. If not, then reallocate the ts_strbuf.
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog | 3840 * include/bits/stl_alloc.h: Deprecate all 'reallocate' memfns.
|
H A D | ChangeLog-2000 | 7121 correctly, handle overflow/reallocate conditions correctly.
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.1 | 5671 reallocate const_equiv_map storage; instead, just ensure the 5847 If necessary, reallocate reg_iv_type / reg_iv_info before calling
|