| 402 | } |
| 403 | |
| 404 | void emmalloc_dump_memory_regions() { |
| 405 | MALLOC_ACQUIRE(); |
| 406 | dump_memory_regions(); |
| 407 | MALLOC_RELEASE(); |
| 408 | } |
| 409 | |
| 410 | static int validate_memory_regions() { |
| 411 | ASSERT_MALLOC_IS_ACQUIRED(); |
nothing calls this directly
no test coverage detected