Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ malloc
Function
malloc
vm/ByteCodeTranslator/src/malloc.c:209–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void*
210
malloc(size_t size) {
211
initializer();
212
return rpmalloc(size);
213
}
214
215
void*
216
realloc(void* ptr, size_t size) {
Callers
15
cn1PrintArgbPage
Function · 0.85
cn1PrintImagePages
Function · 0.85
cn1PrintPdfPages
Function · 0.85
cn1WinJavaStringToWide
Function · 0.85
cn1WinCreateWindow
Function · 0.85
cn1WinWideToJavaString
Function · 0.85
com_codename1_impl_windows_WindowsNative_fileList___java_lang_String_R_java_lang_String_1ARRAY
Function · 0.85
com_codename1_impl_windows_WindowsNative_fileRoots___R_java_lang_String_1ARRAY
Function · 0.85
cn1_crash_protection_log_snapshot
Function · 0.85
cn1_crash_protection_consume_pending
Function · 0.85
com_codename1_impl_windows_WindowsNative_videoWriterFrame___long_byte_1ARRAY_int_int_long
Function · 0.85
com_codename1_impl_windows_WindowsNative_socketConnect___java_lang_String_int_int_R_long
Function · 0.85
Calls
2
initializer
Function · 0.85
rpmalloc
Function · 0.85
Tested by
no test coverage detected