mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[poincare/tree_pool] Store node offsets, not node pointers
This saves place because we store uint16_t, not uint32_t
This commit is contained in:
@@ -26,6 +26,8 @@ typedef int64_t int_fast64_t;
|
||||
|
||||
typedef uint8_t uint_least8_t;
|
||||
|
||||
#define UINT16_MAX 0xffff
|
||||
|
||||
#define INT16_MAX 0x7fff
|
||||
#define INT16_MIN (-INT16_MAX-1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user