mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Formatting
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
2f4a7a8301
commit
b2bb92ef09
1 changed files with 4 additions and 3 deletions
|
@ -22,9 +22,10 @@ using traceable_allocator = std::allocator<T>;
|
|||
template<typename T>
|
||||
using gc_allocator = std::allocator<T>;
|
||||
|
||||
#define GC_MALLOC_ATOMIC std::malloc
|
||||
#define GC_STRDUP std::strdup
|
||||
struct gc { };
|
||||
# define GC_MALLOC_ATOMIC std::malloc
|
||||
# define GC_STRDUP std::strdup
|
||||
struct gc
|
||||
{};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue