This commit is contained in:
洩氏诹诹子 2022-08-28 09:28:08 +08:00 committed by Man, Jianting (Meco)
parent ef8ae7963c
commit 3c4b835ed6
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ Input parameters for rt_malloc_sethook()
The hook function interface is as follows:
```c
void hook(void *ptr, rt_size_t size)
void hook(void *ptr, rt_size_t size);
```
The following table describes the input parameters for the hook function: