Introducing mem_cpointer_t type for compressed pointers.
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
#include "mem-heap.h"
|
||||
#include "mem-poolman.h"
|
||||
|
||||
/**
|
||||
* Compressed pointer
|
||||
*/
|
||||
typedef uint16_t mem_cpointer_t;
|
||||
|
||||
/**
|
||||
* Representation of NULL value for compressed pointers
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user