Home
last modified time | relevance | path

Searched refs:cell_allocations (Results 1 – 1 of 1) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet.c4593 static int cell_allocations = 0; variable
4603 (cell_allocations++, g_slice_new0 (GnmCell)) in cell_new()
4621 cell_allocations--, g_slice_free1 (sizeof (*cell), cell); in cell_free()
4658 if (cell_allocations) in gnm_sheet_cell_shutdown()
4659 g_printerr ("Leaking %d cells.\n", cell_allocations); in gnm_sheet_cell_shutdown()