LookingGlass/common
Quantum e6df0acad9 [common] vector: eliminate double allocation when possible
This commit creates two constructor/destructor pairs for vector:
* vector_alloc/vector_free dynamically allocates the vector itself
* vector_create/vector_destroy uses existing Vector objects
2021-08-28 19:17:15 +10:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [common] vector: eliminate double allocation when possible 2021-08-28 19:17:15 +10:00
src [common] vector: eliminate double allocation when possible 2021-08-28 19:17:15 +10:00
CMakeLists.txt [common] vector: add new data structure 2021-08-22 21:36:13 +10:00