added graph numbers
This commit is contained in:
1
alloc.c
1
alloc.c
@@ -14,7 +14,6 @@
|
|||||||
//static size_t HEAP_SIZE = 1024 * 1024 * 1024;
|
//static size_t HEAP_SIZE = 1024 * 1024 * 1024;
|
||||||
|
|
||||||
void *malloc(size_t sz) {
|
void *malloc(size_t sz) {
|
||||||
printf("here");
|
|
||||||
int fd = open
|
int fd = open
|
||||||
(FILENAME, O_RDWR | O_CREAT, 0600);
|
(FILENAME, O_RDWR | O_CREAT, 0600);
|
||||||
if (fd < 0) {
|
if (fd < 0) {
|
||||||
|
|||||||
BIN
docs/.DS_Store
vendored
BIN
docs/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user