代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/155856/5618226
c tst_realloc.c
#include
#include /* for printf */
void tst_realloc (void) {
void xdata *p;
void xdata *new_p;
p = malloc (100);
if (p != NULL) {
new_p
www.eeworm.com/read/171829/9734886
mak global_realloc.mak
# Nmake macros for building Windows 32-Bit apps
all: Global~1.exe
# Update the resource if necessary
Global~1.res: Global~1.rc Global~1.h
rc -r -fo Global~1.res Global~1.rc
# Update t
www.eeworm.com/read/171829/9734887
h global_realloc.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/171829/9734888
cpp global_realloc.cpp
#include
#include "Global_Realloc.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() <
www.eeworm.com/read/171829/9734889
rc global_realloc.rc
#include "windows.h"
#include "Global_Realloc.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit
www.eeworm.com/read/367406/9752173
h global_realloc.h
#define IDM_EXIT 100
#define IDM_DEMO 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/367406/9752174
exe global_realloc.exe
www.eeworm.com/read/367406/9752177
cpp global_realloc.cpp
#include
#include "Global_Realloc.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x
www.eeworm.com/read/367406/9752178
res global_realloc.res
www.eeworm.com/read/367406/9752180
rc global_realloc.rc
#include "windows.h"
#include "Global_Realloc.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit