diff options
author | Max <mparisi@stevens.edu> | 2020-09-15 11:54:46 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-15 11:54:46 -0400 |
commit | 3c02ef9ea299c9f78ff9df4322bcf4d9130213c0 (patch) | |
tree | f7bfe703f6cc9252f778b92f135fdcbee0cbe347 /include/SDK/OS/OSAlloc.h | |
parent | adc235826d66553dfb1eb4286430aac4810bc991 (diff) |
Match OSAlloc.c, labeled HeapArray is sbss.s
Diffstat (limited to 'include/SDK/OS/OSAlloc.h')
-rw-r--r-- | include/SDK/OS/OSAlloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/SDK/OS/OSAlloc.h b/include/SDK/OS/OSAlloc.h index 0c583e8..a8714eb 100644 --- a/include/SDK/OS/OSAlloc.h +++ b/include/SDK/OS/OSAlloc.h @@ -34,7 +34,6 @@ typedef struct { HeapDesc* heapArray; } OSHeapInfo; - Cell *DLInsert(Cell *original, Cell *inserted); void *OSAllocFromHeap(OSHeapHandle heap, u32 size); void OSFreeToHeap(OSHeapHandle heap, void *ptr); |