Searched refs:all_blocks (Results 1 – 4 of 4) sorted by relevance
66 static MemBlock* all_blocks = NULL; variable82 while (all_blocks != NULL) { in PrintMemInfo()83 MemBlock* b = all_blocks; in PrintMemInfo()84 all_blocks = b->next_; in PrintMemInfo()119 b->next_ = all_blocks; in AddMem()120 all_blocks = b; in AddMem()139 MemBlock** b = &all_blocks; in SubMem()
74 all_blocks = set([blocks[u] for u in uu])103 if block in all_blocks:
64 FT_Long all_blocks; /* total number of blocks allocated */ member488 node->all_blocks = 0; in ft_mem_table_get_source()557 source->all_blocks++; in ft_mem_table_set()