mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-26 06:02:54 +08:00
Rename text and update docs
This commit is contained in:
parent
2452df854a
commit
1c79bd7f5e
@ -117,8 +117,8 @@
|
|||||||
#define LWMEM_BLOCK_MIN_SIZE (LWMEM_BLOCK_META_SIZE)
|
#define LWMEM_BLOCK_MIN_SIZE (LWMEM_BLOCK_META_SIZE)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Get lwmem instance based on user input
|
* \brief Get LwMEM instance based on user input
|
||||||
* \param[in] in_lw: LwMEM instance. Set to NULL for default instance
|
* \param[in] in_lw: LwMEM instance. Set to `NULL` for default instance
|
||||||
*/
|
*/
|
||||||
#define LWMEM_GET_LW(in_lw) ((in_lw) != NULL ? (in_lw) : (&lwmem_default))
|
#define LWMEM_GET_LW(in_lw) ((in_lw) != NULL ? (in_lw) : (&lwmem_default))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user