1 #ifndef _MONO_CLI_STRING_ICALLS_H_
2 #define _MONO_CLI_STRING_ICALLS_H_
5 * string-icalls.h: String internal calls for the corlib
8 * Patrik Torstensson (patrik.torstensson@labs2.com)
10 * (C) 2001 Ximian, Inc.
14 #include <mono/metadata/class.h>
15 #include <mono/metadata/object.h>
16 #include "mono/utils/mono-compiler.h"
19 ves_icall_System_String_ctor_RedirectToCreateString (void);
22 ves_icall_System_String_InternalAllocateStr (gint32 length
);
25 ves_icall_System_String_InternalIntern (MonoString
*str
);
28 ves_icall_System_String_InternalIsInterned (MonoString
*str
);
31 ves_icall_System_String_GetLOSLimit (void);
33 #endif /* _MONO_CLI_STRING_ICALLS_H_ */