Searched refs:buffer_cleanup (Results 1 – 2 of 2) sorted by relevance
17 buffer_cleanup(void *arg) in buffer_cleanup() function38 region_add_cleanup(region, buffer_cleanup, buffer); in buffer_create()
771 std::optional<llvm::detail::scope_exit<std::function<void()>>> buffer_cleanup; in DoLoadImage() local834 buffer_cleanup.emplace([process, buffer_addr]() { in DoLoadImage()