Fixed bug in unused function.
This commit is contained in:
parent
859cbd75e1
commit
7c4a800725
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ lp_memsize(resource *r)
|
||||||
cnt++;
|
cnt++;
|
||||||
|
|
||||||
return ALLOC_OVERHEAD + sizeof(struct linpool) +
|
return ALLOC_OVERHEAD + sizeof(struct linpool) +
|
||||||
cnt * (ALLOC_OVERHEAD + sizeof(sizeof(struct lp_chunk))) +
|
cnt * (ALLOC_OVERHEAD + sizeof(struct lp_chunk)) +
|
||||||
m->total + m->total_large;
|
m->total + m->total_large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue