代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/103838/7104334
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/293555/7129097
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/463543/7178638
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/246953/12696134
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/141545/13002230
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/141545/13002232
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/141545/13002233
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/141545/13002234
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/304851/13784956
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/147331/5732126
c vec_realloc.c
/* vec_realloc.c -- a wrapper for _vec_realloc_r. */
#include
#include
#include
#ifndef _REENT_ONLY
_PTR
_DEFUN (vec_realloc, (ap, nbytes),
_PTR ap _AND
size_t nby