acadia/lib/glacier
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
..
buffer [Zion] Add the ability to pass capabilities via endpoint call. 2023-10-24 23:32:05 -07:00
container [Glacier] When resizing vector use the proper T constructor. 2023-11-15 12:00:53 -08:00
memory [Glacier] Add a binary tree implementation. 2023-11-03 19:46:30 -07:00
status [Glacier] Call an object's destructor in an ErrorOr 2023-11-02 22:16:06 -07:00
string [Glacier][Zion] Add a fix sized string builder to allow non-alloc debug. 2023-11-09 09:07:32 -08:00
CMakeLists.txt [Zion] Move to StrFormat for debug line. 2023-11-05 09:24:09 -08:00