MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / posix_memalign

Function posix_memalign

vm/ByteCodeTranslator/src/malloc.c:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252int
253posix_memalign(void** memptr, size_t alignment, size_t size) {
254 initializer();
255 return rpposix_memalign(memptr, alignment, size);
256}
257
258size_t
259malloc_usable_size(void* ptr) {

Callers

nothing calls this directly

Calls 2

initializerFunction · 0.85
rpposix_memalignFunction · 0.85

Tested by

no test coverage detected