Introducing mem_cpointer_t type for compressed pointers.

This commit is contained in:
Ruben Ayrapetyan
2015-04-01 16:47:19 +03:00
parent 3da56908aa
commit c81651dbe9
9 changed files with 46 additions and 35 deletions
+5
View File
@@ -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
*/