Function mempoolFree [src]

Disassociate a piece of memory from a memory pool.

Prototype

pub fn mempoolFree(pool: [*]u8, addr: [*]u8) void

Parameters

pool: [*]u8addr: [*]u8

Source

pub fn mempoolFree(pool: [*]u8, addr: [*]u8) void { doClientRequestStmt(.MempoolFree, @intFromPtr(pool), @intFromPtr(addr), 0, 0, 0); }