hopefully a working allocator !
This commit is contained in:
parent
a149e9a860
commit
b639b0c14e
8 changed files with 53 additions and 35 deletions
|
|
@ -17,8 +17,8 @@
|
|||
#include "me/types.h"
|
||||
#include <stdalign.h>
|
||||
|
||||
#define PAGE_SIZE_DEFAULT 4096 * 4
|
||||
#define BLOCK_PADDING "\xFE\xDC\xAB\xC0\xFE\xEE"
|
||||
#define PAGE_SIZE_DEFAULT 4096
|
||||
#define BLOCK_PADDING "\xFE\xDC\xAB\xC0\xFE\xEE\x66"
|
||||
|
||||
typedef struct s_mblock
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue