mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
refactor(memory): make memory allocation the exclusive responsibility of bc from now on
This commit is contained in:
parent
92fcb3266f
commit
09e7076a9b
18 changed files with 94 additions and 73 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef STORM_ARRAY_TS_FIXED_ARRAY_HPP
|
||||
#define STORM_ARRAY_TS_FIXED_ARRAY_HPP
|
||||
|
||||
#include "storm/Memory.hpp"
|
||||
#include "storm/array/TSBaseArray.hpp"
|
||||
#include <bc/Memory.hpp>
|
||||
#include <cstdint>
|
||||
#include "storm/array/TSBaseArray.hpp"
|
||||
|
||||
template <class T>
|
||||
class TSFixedArray : public TSBaseArray<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue