Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ calloc
Function
calloc
vm/ByteCodeTranslator/src/malloc.c:191–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
#endif
190
191
void*
192
calloc(size_t count, size_t size) {
193
initializer();
194
return rpcalloc(count, size);
195
}
196
197
void
198
free(void* ptr) {
Callers
15
com_codename1_impl_windows_WindowsNative_editStringAt___int_int_int_int_java_lang_String_boolean_int_long_int_int_int_R_long
Function · 0.85
com_codename1_impl_windows_WindowsNative_audioRecStart___java_lang_String_int_int_R_long
Function · 0.85
com_codename1_impl_windows_WindowsNative_showNotification___java_lang_String_java_lang_String_java_lang_String
Function · 0.85
com_codename1_impl_linux_LinuxNative_httpOpen___java_lang_String_boolean_boolean_R_long
Function · 0.85
cn1EditCreateOnMain
Function · 0.85
com_codename1_impl_linux_LinuxNative_gl3dCreateContext___R_long
Function · 0.85
com_codename1_impl_linux_LinuxNative_gl3dGetOrCreatePipeline___long_java_lang_String_java_lang_String_int_int_int_int_R_long
Function · 0.85
cn1BrowserCreateOnMain
Function · 0.85
cn1WrapSurface
Function · 0.85
com_codename1_impl_linux_LinuxNative_getImageGraphics___long_R_long
Function · 0.85
com_codename1_impl_linux_LinuxNative_mediaCreate___byte_1ARRAY_int_java_lang_String_R_long
Function · 0.85
com_codename1_impl_linux_LinuxNative_mediaCreateUri___java_lang_String_R_long
Function · 0.85
Calls
2
initializer
Function · 0.85
rpcalloc
Function · 0.85
Tested by
no test coverage detected