| 5416 | } |
| 5417 | |
| 5418 | size_t dlbulk_free(void* array[], size_t nelem) { |
| 5419 | return internal_bulk_free(gm, array, nelem); |
| 5420 | } |
| 5421 | |
| 5422 | #if MALLOC_INSPECT_ALL |
| 5423 | void dlmalloc_inspect_all(void(*handler)(void *start, |
nothing calls this directly
no test coverage detected