still leaking in the BT stack but better

This commit is contained in:
geeksville
2020-02-23 13:54:40 -08:00
parent f9ce6a53e1
commit a45d7be922
4 changed files with 29 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <Arduino.h>
#define POOL_SIZE 32768
#define POOL_SIZE 16384
/**
* An allocator (and placement new operator) that allocates storage from a fixed sized buffer.