优化存储application的空间
This commit is contained in:
@@ -20,6 +20,11 @@ void *dictator_malloc(int thread_seq,size_t size)
|
||||
return calloc(1, size);
|
||||
}
|
||||
|
||||
void *dictator_realloc(int thread_seq, void * pbuf, size_t size)
|
||||
{
|
||||
return realloc(pbuf, size);
|
||||
}
|
||||
|
||||
const char *printaddr (const struct layer_addr *paddrinfo, int threadindex)
|
||||
{
|
||||
return gtest_addrlist;
|
||||
|
||||
Reference in New Issue
Block a user