Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ realloc
Function
realloc
vm/ByteCodeTranslator/src/malloc.c:215–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void*
216
realloc(void* ptr, size_t size) {
217
initializer();
218
return rprealloc(ptr, size);
219
}
220
221
void*
222
valloc(size_t size) {
Callers
12
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
cn1ReaderReadAudio
Function · 0.85
cn1BufAppendBytes
Function · 0.85
com_codename1_impl_windows_WindowsNative_httpWriteBody___long_byte_1ARRAY_int_int_R_int
Function · 0.85
cn1HttpEnsureResp
Function · 0.85
cn1HttpHeaderCb
Function · 0.85
com_codename1_impl_linux_LinuxNative_httpWriteBody___long_byte_1ARRAY_int_int_R_int
Function · 0.85
cn1PngWrite
Function · 0.85
cn1ReaderReadAudio
Function · 0.85
cn1w_reserve
Function · 0.85
cn1w_reserve
Function · 0.85
Calls
2
initializer
Function · 0.85
rprealloc
Function · 0.85
Tested by
no test coverage detected