Searched refs:struct_blocks (Results 1 – 3 of 3) sorted by relevance
208 element->ptr = struct_blocks[struct_count]; in alloc_struct()209 struct_blocks[struct_count] = element; in alloc_struct()301 for (element = struct_blocks[struct_count]; in free_struct()310 struct_blocks[struct_count] = NULL; in free_struct()321 for (block = struct_blocks[struct_count]; in free_struct()354 struct_blocks[struct_count] = block->ptr; in free_struct()
160 extern MEMUNION *struct_blocks[MAX_STRUCTS];
62 EXTERN MEMUNION *struct_blocks[MAX_STRUCTS]; variable999 …for (block_count = 0, block = struct_blocks[struct_count]; block != NULL; block = block->ptr, bloc… in check_struct()