| 5309 | } |
| 5310 | |
| 5311 | size_t dlbulk_free(void* array[], size_t nelem) { |
| 5312 | return internal_bulk_free(gm, array, nelem); |
| 5313 | } |
| 5314 | |
| 5315 | #if MALLOC_INSPECT_ALL |
| 5316 | void dlmalloc_inspect_all(void(*handler)(void *start, |
nothing calls this directly
no test coverage detected