Skip to content

Commit af8df36

Browse files
committed
Use ALLOCATOR.
1 parent c431a60 commit af8df36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/node/block_arena.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class BCN_API block_arena
6161
}
6262

6363
/// Malloc throws if memory is not allocated.
64-
virtual INLINE void* malloc_(size_t bytes) THROWS
64+
virtual INLINE ALLOCATOR void* malloc_(size_t bytes) THROWS
6565
{
6666
BC_PUSH_WARNING(NO_MALLOC_OR_FREE)
6767
return std::malloc(bytes);

0 commit comments

Comments
 (0)