Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ atomic_load_ptr
Function
atomic_load_ptr
vm/ByteCodeTranslator/src/rpmalloc.c:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
static FORCEINLINE void*
178
atomic_load_ptr(atomicptr_t* src) {
179
return src->nonatomic;
180
}
181
182
static FORCEINLINE void
183
atomic_store_ptr(atomicptr_t* dst, void* val) {
Callers
12
_memory_heap_lookup
Function · 0.85
_memory_global_cache_insert
Function · 0.85
_memory_global_cache_extract
Function · 0.85
_memory_global_cache_large_insert
Function · 0.85
_memory_global_cache_large_extract
Function · 0.85
_memory_allocate_heap
Function · 0.85
_memory_deallocate_deferred
Function · 0.85
_memory_deallocate_defer
Function · 0.85
rpmalloc_finalize
Function · 0.85
rpmalloc_thread_finalize
Function · 0.85
rpmalloc_thread_statistics
Function · 0.85
rpmalloc_global_statistics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected