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 3a726eb commit a09e1b0Copy full SHA for a09e1b0
src/discof/restore/fd_snapin_tile.c
@@ -228,6 +228,7 @@ scratch_footprint( fd_topo_tile_t const * tile ) {
228
l = FD_LAYOUT_APPEND( l, alignof(fd_snapin_tile_t), sizeof(fd_snapin_tile_t) );
229
l = FD_LAYOUT_APPEND( l, fd_snapshot_parser_align(), fd_snapshot_parser_footprint() );
230
l = FD_LAYOUT_APPEND( l, fd_scratch_smem_align(), fd_scratch_smem_footprint( FD_SNAPIN_SCRATCH_MAX ) );
231
+ l = FD_LAYOUT_APPEND( l, fd_scratch_fmem_align(), fd_scratch_fmem_footprint( FD_SNAPIN_SCRATCH_DEPTH ) );
232
return FD_LAYOUT_FINI( l, alignof(fd_snapin_tile_t) );
233
}
234
0 commit comments