refactor(memory): make memory allocation the exclusive responsibility of bc from now on

This commit is contained in:
phaneron 2025-03-31 14:19:47 -04:00
parent 92fcb3266f
commit 09e7076a9b
18 changed files with 94 additions and 73 deletions

View file

@ -1,7 +1,7 @@
#ifndef STORM_LIST_TS_LIST_HPP
#define STORM_LIST_TS_LIST_HPP
#include "storm/Memory.hpp"
#include <bc/Memory.hpp>
#include "storm/list/TSGetLink.hpp"
#include "storm/list/TSLink.hpp"
#include <cstddef>