mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
use macro for replace malloc api (see skynet_malloc.h)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#ifndef __MALLOC_HOOK_H
|
||||
#define __MALLOC_HOOK_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
extern size_t malloc_used_memory(void);
|
||||
|
||||
Reference in New Issue
Block a user