Formatting code

This commit is contained in:
Ilusha 2023-06-30 14:02:55 +00:00
parent 6dc64ce76b
commit 13a8f07e32
37 changed files with 2242 additions and 2281 deletions

View file

@ -15,7 +15,7 @@ namespace tp {
void* allocate();
void deallocate(void* aPtr);
[[nodiscard]] bool isFull() const;
[[nodiscard]] bool isEmpty() const;
[[nodiscard]] bool isEmpty() const;
~ChunkAlloc();

View file

@ -12,7 +12,7 @@ namespace tp {
#endif
static void* allocate(ualni aBlockSize);
static void deallocate(void* aPtr);
static void deallocate(void* aPtr);
~HeapAllocGlobal();
};
};