Searched refs:all_blocks (Results 1 – 2 of 2) sorted by relevance
68 static MemBlock* all_blocks = NULL; variable84 while (all_blocks != NULL) { in PrintMemInfo()85 MemBlock* b = all_blocks; in PrintMemInfo()86 all_blocks = b->next_; in PrintMemInfo()121 b->next_ = all_blocks; in AddMem()122 all_blocks = b; in AddMem()141 MemBlock** b = &all_blocks; in SubMem()
64 FT_Long all_blocks; /* total number of blocks allocated */ member486 node->all_blocks = 0; in ft_mem_table_get_source()555 source->all_blocks++; in ft_mem_table_set()
Completed in 8 milliseconds