Searched refs:all_blocks (Results 1 – 7 of 7) sorted by relevance
64 static MemBlock* all_blocks = NULL; variable80 while (all_blocks != NULL) { in PrintMemInfo()81 MemBlock* b = all_blocks; in PrintMemInfo()82 all_blocks = b->next_; in PrintMemInfo()117 b->next_ = all_blocks; in AddMem()118 all_blocks = b; in AddMem()137 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 */ member486 node->all_blocks = 0; in ft_mem_table_get_source()555 source->all_blocks++; in ft_mem_table_set()
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()
27 CHECK_EQ(schedule.start(), *(schedule.all_blocks().begin())); in TEST()
143 Schedule::BasicBlocks blocks(schedule.all_blocks()); in TEST()
190 BasicBlocks all_blocks() { return BasicBlocks(&all_blocks_); } in all_blocks() function