Lines Matching defs:block
1071 * Allocate a gl_display_list object with an initial block of storage.
1103 Node *n, *block;
1105 n = block = get_list_head(ctx, dlist);
1330 free(block);
1331 block = n;
1341 free(block);
1517 /* This block is full. Allocate a new block and chain to it */
1527 /* a fresh block should be 8-byte aligned on 64-bit systems */
13670 /* This list has a low number of commands. Instead of storing them in a malloc-ed block