5 #ifndef _MONO_CLI_STRING_ICALLS_H_
6 #define _MONO_CLI_STRING_ICALLS_H_
9 * string-icalls.h: String internal calls for the corlib
12 * Patrik Torstensson (patrik.torstensson@labs2.com)
14 * (C) 2001 Ximian, Inc.
18 #include <mono/metadata/class.h>
19 #include <mono/metadata/object.h>
20 #include "mono/utils/mono-compiler.h"
21 #include <mono/metadata/icalls.h>
25 ves_icall_System_String_ctor_RedirectToCreateString (void);
29 ves_icall_System_String_InternalAllocateStr (gint32 length
);
33 ves_icall_System_String_InternalIntern (MonoString
*str
);
37 ves_icall_System_String_InternalIsInterned (MonoString
*str
);
41 ves_icall_System_String_GetLOSLimit (void);
43 #endif /* _MONO_CLI_STRING_ICALLS_H_ */