Skip to content

Commit

Permalink
Update MemoryManagement.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 authored Jul 25, 2020
1 parent 2ef3e0e commit b158228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/include/MemoryManagement.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
#ifndef _MEMORYMANAGEMENT_H
#define _MEMORYMANAGEMENT_H

#include "LinkedList.h"
#include "def.h"

#define freeAll(type) freeALL(type, (void(*)(void*))clear##type)

int getCountStructs(TypeStructs);
void disableFA(void);
void disableCT(void);
boolean pointerEquals(const void*, const void*);
void* new_object(TypeStructs, size_t);
void delete_object(TypeStructs, void*, Clear);
Expand Down

0 comments on commit b158228

Please sign in to comment.