remove alignment field

This commit is contained in:
Yuichi Nishiwaki 2015-07-20 13:51:21 +09:00
parent 1258b8bff3
commit f5b07cacd2
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ union header {
size_t size;
char mark;
} s;
long alignment[2];
};
struct heap_page {