Skip to content

Commit

Permalink
test enable allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jul 12, 2024
1 parent e09c3e5 commit ec33f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ww/managers/memory_manager.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define ALLOCATOR_BYPASS // switch to stdlib allocators
// #define ALLOCATOR_BYPASS // switch to stdlib allocators

#include <stdbool.h>
#include <stddef.h>
Expand Down

0 comments on commit ec33f14

Please sign in to comment.