Move CollectionData::releaseSlot() to ResourceManager::freeSlot()

This commit is contained in:
Benoit Blanchon
2024-05-17 16:32:39 +02:00
parent 0fe202af03
commit 60f9f7eff6
6 changed files with 25 additions and 17 deletions

View File

@ -2,9 +2,7 @@
// Copyright © 2014-2024, Benoit BLANCHON
// MIT License
#include <ArduinoJson/Memory/Alignment.hpp>
#include <ArduinoJson/Memory/ResourceManager.hpp>
#include <ArduinoJson/Memory/VariantPoolImpl.hpp>
#include <ArduinoJson.hpp>
#include <catch.hpp>
#include "Allocators.hpp"