mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
mempool:remove unnecessary alignment
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
struct mempool_s;
|
||||
typedef CODE void *(*mempool_alloc_t)(FAR struct mempool_s *pool,
|
||||
size_t alignment, size_t size);
|
||||
size_t size);
|
||||
typedef CODE void (*mempool_free_t)(FAR struct mempool_s *pool,
|
||||
FAR void *addr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user