#include
#include
#include
#include
Copyright By PowCoder代写 加微信 powcoder
#include
#include
#include
#include “mymalloc.h”
typedef struct Block {
const size_t kBlockMetadataSize = sizeof(Block);
const size_t kMaxAllocationSize = (16ull << 20); const size_t kMemorySize = (16ull << 22); Block *fencepost_start; Block *fencepost_end; static Block *start = NULL; void *my_malloc(size_t size) { return data; void my_free(void *ptr) { 程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com