Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pact/src/lib/types.ts>PactFfi.posix_memalign

Pact πŸ”— Contract Testing for Deno πŸ¦•, Powered by Rust πŸ¦€
Go to Latest
function PactFfi.posix_memalign
import { PactFfi } from "https://deno.land/x/pact@0.0.2/src/lib/types.ts";
const { posix_memalign } = PactFfi;

.stdlib.h#L586

Parameters

__memptr: Pointer<Pointer<void>>
__alignment: number
__size: number

Returns

number