Skip to content

Commit

Permalink
fix: tlsf_stat没有返回值
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Apr 26, 2024
1 parent c365ee4 commit 83f0975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/mempool/tlsf3/tlsf.c
Expand Up @@ -1295,4 +1295,5 @@ int tlsf_stat(pool_t pool, size_t *total, size_t *used, size_t *maxused) {
*total = ctx.total;
*used = ctx.used;
*maxused = ctx.used;
return 0;
}

0 comments on commit 83f0975

Please sign in to comment.