Skip to content

Commit

Permalink
add. 85cc78f
Browse files Browse the repository at this point in the history
  • Loading branch information
rt committed Feb 16, 2019
1 parent a8455cc commit 2d59772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rts/Lua/LuaMemPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ void LuaMemPool::LogStats(const char* handle, const char* lctype) const
handle,
lctype,
globalIndex,
poolImpl.numAllocs[PoolImpl::NUM_POOLS],
poolImpl.allocSums[PoolImpl::NUM_POOLS],
allocBlocks.size(),
chunkCountTable.size(),
allocStats[STAT_NIA],
allocStats[STAT_NEA],
allocStats[STAT_NRA],
Expand Down

0 comments on commit 2d59772

Please sign in to comment.