Searched refs:to_be_freed (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dzone.c106 void **to_be_freed, unsigned num_to_be_freed);
232 zone_batch_free(struct _malloc_zone_t *zone, void **to_be_freed, argument
238 zone_free(zone, to_be_freed[i]);
239 to_be_freed[i] = NULL;

Completed in 80 milliseconds