mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 07:59:00 +08:00
14 lines
237 B
Markdown
14 lines
237 B
Markdown
|
---
|
||
|
title: "mbuf_resize()"
|
||
|
decl_name: "mbuf_resize"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mbuf_resize(struct mbuf *, size_t new_size);
|
||
|
---
|
||
|
|
||
|
Resizes an Mbuf.
|
||
|
|
||
|
If `new_size` is smaller than buffer's `len`, the
|
||
|
resize is not performed.
|
||
|
|