Function mempoolTrim [src]
Disassociate any pieces outside a particular range.
Prototype
pub fn mempoolTrim(pool: [*]u8, mem: []u8) void
Parameters
pool: [*]u8
mem: []u8
Source
pub fn mempoolTrim(pool: [*]u8, mem: []u8) void {
doClientRequestStmt(.MempoolTrim, @intFromPtr(pool), @intFromPtr(mem.ptr), mem.len, 0, 0);
}