acadia/lib
Drew Galbraith 792e5155ba [Glacier] When resizing vector use the proper T constructor.
Previously when we static_casted from uint8_t[] to T[] we ended
up not properly initializing the objects in the array. This caused
issues where garbage memory provided by new was treated as a legitimate
object.

Potentially in the future it would make sense to back vectors with
a simple byte array and do memcpys to move objects in and out as
needed.
2023-11-15 12:00:53 -08:00
..
glacier [Glacier] When resizing vector use the proper T constructor. 2023-11-15 12:00:53 -08:00
libc Move userspace to a templated StrFormat. 2023-11-03 02:48:21 -07:00
mammoth [Zion] Pass the framebuffer info to yellowstone init process. 2023-11-09 11:20:41 -08:00
CMakeLists.txt Remove libcxx stub library and move operator new to mammoth. 2023-06-26 08:29:14 -07:00