| author | |
| committer | |
| log | 2254882ebe1f3fa9e616347d09002e5420cf1221 |
| tree | 237373b210c6865825386e883a927a86bae66173 |
| parent | 8c6b0271cc55d4c9ae2793340419df3fd3d2c1d7 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/valgrind.zig+1-1| ... | ... | @@ -171,7 +171,7 @@ pub fn createMempool(pool: [*]u8, rzB: usize, is_zeroed: bool, flags: usize) voi |
| 171 | 171 | |
| 172 | 172 | /// Destroy a memory pool. |
| 173 | 173 | pub fn destroyMempool(pool: [*]u8) void { |
| 174 | doClientRequestStmt(.DestroyMempool, pool, 0, 0, 0, 0); | |
| 174 | doClientRequestStmt(.DestroyMempool, @intFromPtr(pool), 0, 0, 0, 0); | |
| 175 | 175 | } |
| 176 | 176 | |
| 177 | 177 | /// Associate a piece of memory with a memory pool. |