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

Function memalign

vm/ByteCodeTranslator/src/malloc.c:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void*
247memalign(size_t alignment, size_t size) {
248 initializer();
249 return rpmemalign(alignment, size);
250}
251
252int
253posix_memalign(void** memptr, size_t alignment, size_t size) {

Callers

nothing calls this directly

Calls 2

initializerFunction · 0.85
rpmemalignFunction · 0.85

Tested by

no test coverage detected