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 22d440f commit fa7a9c8Copy full SHA for fa7a9c8
src/backend/WasmDSL.cpp
@@ -218,7 +218,7 @@ struct LinearAllocator : Allocator
218
bool pre_allocations_performed_ = false;
219
///> compile-time size of the currently used memory, used as pointer to next free pre-allocation
220
uint32_t pre_alloc_addr_;
221
- ///> global size of the currently used memory, used as pointer to next free allocation
+ ///> runtime global size of the currently used memory, used as pointer to next free allocation
222
Global<U32x1> alloc_addr_;
223
224
public:
0 commit comments