mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
use macro for replace malloc api (see skynet_malloc.h)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
// include skynet.h first for malloc hook
|
||||
#include "skynet.h"
|
||||
|
||||
#include "skynet_timer.h"
|
||||
#include "skynet_mq.h"
|
||||
#include "skynet_server.h"
|
||||
#include "skynet_handle.h"
|
||||
#include "skynet.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <assert.h>
|
||||
|
||||
Reference in New Issue
Block a user