修改回调表的更新机制,以节约内存。

This commit is contained in:
zhengchao
2015-12-24 17:58:40 +08:00
parent a2adbe25c9
commit 81d9a389cc
4 changed files with 33 additions and 13 deletions

View File

@@ -5,7 +5,9 @@ CC = g++
CCC = g++
CFLAGS = -Wall -g -fPIC
CFLAGS += $(OPTFLAGS)
LDDICTATOR = -Wl,-wrap,malloc -Wl,-wrap,calloc -Wl,-wrap,free -Wl,-wrap,realloc
LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread
#LDFLAGS += $(LDDICTATOR)
MAILLIB = ../lib
G_H_DIR =../inc_internal