Skip to content

Commit

Permalink
f_malloc: undo fragment count change from commit 56b325b
Browse files Browse the repository at this point in the history
(cherry picked from commit 73999d4)
  • Loading branch information
liviuchircu committed Mar 20, 2014
1 parent 7346457 commit 5805ef4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mem/f_malloc.c
Expand Up @@ -155,10 +155,7 @@ static inline void fm_insert_free(struct fm_block* qm, struct fm_frag* frag)
(*f)->prev = &(frag->u.nxt_free);

*f=frag;

#if defined(DBG_F_MALLOC) || defined(STATISTICS)
qm->free_hash[hash].no++;
#endif

free_plus(qm, frag->size);
}
Expand Down

0 comments on commit 5805ef4

Please sign in to comment.