代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/150696/12270978
c my_realloc.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
#ifdef SAFEMALLOC /* We don't need SAFEMALLOC h
www.eeworm.com/read/148696/12441341
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/148696/12441344
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/148696/12441347
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/148696/12441348
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/128628/14286892
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/128628/14286893
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/128628/14286894
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/128628/14286896
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/125223/14505588
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