代码搜索:realloc

找到约 1,059 项符合「realloc」的源代码

代码结果 1,059
www.eeworm.com/read/206867/15287112

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/206867/15287113

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/206867/15287114

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/206867/15287115

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/11569/230937

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/481772/1292931

m4 realloc.m4

# realloc.m4 serial 8 dnl Copyright (C) 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dn
www.eeworm.com/read/222917/4815752

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 her
www.eeworm.com/read/190346/5185779

3 ne_realloc.3

.so man3/ne_malloc.3
www.eeworm.com/read/175466/5344660

h ansi_realloc.h

/* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1997,1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software fo
www.eeworm.com/read/340665/3270311

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