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

Function aligned_alloc

vm/ByteCodeTranslator/src/malloc.c:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void*
241aligned_alloc(size_t alignment, size_t size) {
242 initializer();
243 return rpaligned_alloc(alignment, size);
244}
245
246void*
247memalign(size_t alignment, size_t size) {

Callers

nothing calls this directly

Calls 2

initializerFunction · 0.85
rpaligned_allocFunction · 0.85

Tested by

no test coverage detected