Searched refs:reallocate (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h44 reallocate(NewCapacity);
63 reallocate(NewSize);
82 void reallocate(uptr NewCapacity) { function in class:scudo::VectorNoCtor
H A Dcombined.h346 void *reallocate(void *OldPtr, uptr NewSize, uptr Alignment = MinAlignment) { function in class:scudo::Allocator
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dmem.h175 #define isc_mem_reallocate(c, p, s) ISCMEMFUNC(reallocate)((c), (p), (s) _ISC_MEM_FILELINE)
711 ISCMEMFUNC(reallocate)(isc_mem_t *, void *, size_t _ISC_MEM_FLARG);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp490 void *reallocate(void *OldPtr, uptr NewSize) { function in struct:__scudo::Allocator
712 return SetErrnoOnNull(Instance.reallocate(Ptr, Size));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp124 void APInt::reallocate(unsigned NewBitWidth) { function in class:APInt
149 reallocate(RHS.getBitWidth());
1832 // NOTE: This assumes that reallocate won't affect any bits if it doesn't
1835 Quotient.reallocate(BitWidth);
1836 Remainder.reallocate(BitWidth);
1899 // NOTE: This assumes that reallocate won't affect any bits if it doesn't
1901 Quotient.reallocate(BitWidth);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h169 void reallocate(unsigned NewBitWidth);

Completed in 133 milliseconds