Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2006-10-18 16:33:31 +0000
committerSteve Northover2006-10-18 16:33:31 +0000
commit714f71b79e26a645949c955830a4212848a08565 (patch)
treece5800f29630888720ae2ce33309c7085f87f737 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parentf59b8c4f6e3402e346615bc3530691504ae92ffb (diff)
downloadeclipse.platform.swt-714f71b79e26a645949c955830a4212848a08565.tar.gz
eclipse.platform.swt-714f71b79e26a645949c955830a4212848a08565.tar.xz
eclipse.platform.swt-714f71b79e26a645949c955830a4212848a08565.zip
commit heap testing natives
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
index 994fb0cd08..2adea62300 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
@@ -14,8 +14,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 712;
-int OS_nativeFunctionCallCount[712];
+int OS_nativeFunctionCount = 716;
+int OS_nativeFunctionCallCount[716];
char * OS_nativeFunctionNames[] = {
"AbortDoc",
"ActivateActCtx",
@@ -257,6 +257,7 @@ char * OS_nativeFunctionNames[] = {
"GetPolyFillMode",
"GetProcAddress",
"GetProcessHeap",
+ "GetProcessHeaps",
"GetProfileStringA",
"GetProfileStringW",
"GetPropA",
@@ -322,6 +323,7 @@ char * OS_nativeFunctionNames[] = {
"GradientFill",
"HeapAlloc",
"HeapFree",
+ "HeapValidate",
"HideCaret",
"HitTestThemeBackground",
"IIDFromString",
@@ -374,6 +376,8 @@ char * OS_nativeFunctionNames[] = {
"InvalidateRect",
"InvalidateRgn",
"IsAppThemed",
+ "IsBadReadPtr",
+ "IsBadWritePtr",
"IsDBCSLeadByte",
"IsHungAppWindow",
"IsIconic",

Back to the top