We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c431a60 commit af8df36Copy full SHA for af8df36
include/bitcoin/node/block_arena.hpp
@@ -61,7 +61,7 @@ class BCN_API block_arena
61
}
62
63
/// Malloc throws if memory is not allocated.
64
- virtual INLINE void* malloc_(size_t bytes) THROWS
+ virtual INLINE ALLOCATOR void* malloc_(size_t bytes) THROWS
65
{
66
BC_PUSH_WARNING(NO_MALLOC_OR_FREE)
67
return std::malloc(bytes);
0 commit comments