Home
last modified time | relevance | path

Searched refs:allocUnalignedBuffer (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h59 char *allocUnalignedBuffer(size_t Length) { in allocUnalignedBuffer() function
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp244 char *Stable = Arena.allocUnalignedBuffer(Borrowed.size() + 1); in copyString()