Searched defs:reallocate (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h82 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/llvm-project/llvm/lib/Support/
H A DAPInt.cpp124 void APInt::reallocate(unsigned NewBitWidth) { function in class:APInt
/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

Completed in 134 milliseconds