Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ atomic_store32
Function
atomic_store32
vm/ByteCodeTranslator/src/rpmalloc.c:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
static FORCEINLINE void
139
atomic_store32(atomic32_t* dst, int32_t val) {
140
dst->nonatomic = val;
141
}
142
143
#if PLATFORM_POSIX
144
Callers
4
_memory_allocate_from_heap
Function · 0.85
_memory_allocate_large_from_heap
Function · 0.85
_memory_allocate
Function · 0.85
rpmalloc_initialize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected