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

Function rpmemalign

vm/ByteCodeTranslator/src/rpmalloc.c:1693–1696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1691}
1692
1693void*
1694rpmemalign(size_t alignment, size_t size) {
1695 return rpaligned_alloc(alignment, size);
1696}
1697
1698int
1699rpposix_memalign(void **memptr, size_t alignment, size_t size) {

Callers 1

memalignFunction · 0.85

Calls 1

rpaligned_allocFunction · 0.85

Tested by

no test coverage detected