Skip to content

Commit

Permalink
change USE_SYSTEM_ALLOCATION to INDIVIDUAL_ALLOCATIONS in Allocator.c…
Browse files Browse the repository at this point in the history
…pp, missed in #469
  • Loading branch information
MichaelRawson committed Aug 18, 2023
1 parent f3ac909 commit ca2d7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "Allocator.hpp"
#include "Lib/Timer.hpp"

#ifndef USE_SYSTEM_ALLOCATION
#ifndef INDIVIDUAL_ALLOCATIONS
Lib::SmallObjectAllocator Lib::GLOBAL_SMALL_OBJECT_ALLOCATOR;
#endif

Expand Down

0 comments on commit ca2d7bd

Please sign in to comment.