Function deinit [src]

Prototype

pub fn deinit(self: *@This(), allocator: Allocator) void

Parameters

self: *@This()allocator: Allocator

Source

pub fn deinit(self: *@This(), allocator: Allocator) void { self.dwarf.deinit(allocator); std.posix.munmap(self.mapped_memory); if (self.external_mapped_memory) |m| std.posix.munmap(m); }