Skip to content

Commit 892a44a

Browse files
committed
rm static in .h
1 parent 40eeabc commit 892a44a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

memorypool.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ typedef struct _mem_pool
108108

109109
void get_memory_list_count(MemoryPool *mp, mem_size_t *free_list_len, mem_size_t *alloc_list_len);
110110

111-
static bool merge_free_chunk(MemoryPool *mp, Memory *mm, Chunk *c);
112-
113-
static Memory *find_memory_list(MemoryPool *mp, void *p);
114-
115-
static Memory *extend_memory_list(MemoryPool *mp);
116-
117111
/*
118112
* 内存池API
119113
*/

0 commit comments

Comments
 (0)