Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1693
void*
1694
rpmemalign(size_t alignment, size_t size) {
1695
return rpaligned_alloc(alignment, size);
1696
}
1697
1698
int
1699
rpposix_memalign(void **memptr, size_t alignment, size_t size) {
Callers
1
memalign
Function · 0.85
Calls
1
rpaligned_alloc
Function · 0.85
Tested by
no test coverage detected