Lines Matching full:deallocate
50 /* Deallocate NODE (a member of SP), and all its sub-trees. */
103 (*sp->deallocate) ((char*) temp, sp->allocate_data);
268 DELETE_KEY_FN to deallocate keys, and DELETE_VALUE_FN to deallocate
284 DELETE_KEY_FN to deallocate keys, and DELETE_VALUE_FN to deallocate
318 @var{delete_key_fn} to deallocate keys, and @var{delete_value_fn} to
319 deallocate values.
342 sp->deallocate = deallocate_fn;
348 /* Deallocate SP. */
354 (*sp->deallocate) ((char*) sp, sp->allocate_data);
428 (*sp->deallocate) (sp->root, sp->allocate_data);