mempool:add a private pointer to stroe private data
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
e7d02ffac2
commit
f24fb2b10a
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ struct mempool_s
|
|||
size_t interruptsize; /* The initialize size in interrupt mempool */
|
||||
size_t expandsize; /* The size of expand block every time for mempool */
|
||||
bool wait; /* The flag of need to wait when mempool is empty */
|
||||
FAR void *priv; /* This pointer is used to store the user's private data */
|
||||
mempool_alloc_t alloc; /* The alloc function for mempool */
|
||||
mempool_free_t free; /* The free function for mempool */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue