代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/136959/13351537

c amalloc.c

/* AMALLOC - multi-dimensional malloc() Allocates a multidimensional array dynamically, at runtime, so that 1: its elements can be accessed using multiple indirection 2: it can be deallocated us
www.eeworm.com/read/316956/13513619

readme_testgmtime

FILE LIST - testGmtime.c DESCRIPTION - This file compares the current local time with GM time. malloc: This routine allocates a block of memory from the free list.
www.eeworm.com/read/310173/13656945

c bitio.c

#include "BITIO.h" #include BITFILE * OpenOutputBitFile(char * chFile) { BITFILE * pBitFile; pBitFile = (BITFILE *)malloc(sizeof(BITFILE)); if (pBitFile == NULL) return NU
www.eeworm.com/read/309353/13673532

txt a实验解答.txt

#include "stdio.h" #include "malloc.h" struct node { int data; struct node *next; }; typedef struct node *pointer, *lklist; lklist setup ( ) { lklist
www.eeworm.com/read/483585/6599195

cpp error.cpp

#include "Error.h" #include char* ErrorMessage[]= { "Error 1000: (malloc)there is insufficient memory available.", "Error 1001: Cannot access the address of file condition.",
www.eeworm.com/read/483654/6600222

h dllist.h

//#include class DLLElement { public: DLLElement( void *itemPtr, int sortKey); //void *operator new(size_t size) { return malloc(size);} //DLLElement &operator=(const
www.eeworm.com/read/264513/11311287

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * puts by Nick Hollow
www.eeworm.com/read/151850/12168888

cpp 词法分析.cpp

#include "define.h" #include #include #include #include FILE *fp; /*////////////////////////////////////////////////////////////////////////////// Th
www.eeworm.com/read/149762/12351727

c menu.c

#include "Menu.h" CSoftMenuCtl* CSoftMenuCtl_New(IApplet* pOwner) { CSoftMenuCtl* pme=NULL; int nAscent,nDescent; AEEDeviceInfo * pdi; pme = MALLOC(sizeof(CSoftMenuCtl)); if (!p
www.eeworm.com/read/148542/12461114

c keil_iodemo.c

/* * IODEMO.C: Demonstrates usage of printf, scanf and malloc with * GNU Compiler (on ADuC7024) * Copyright KEIL ELEKTRONIK GmbH and KEIL SOFTWARE, Inc. 2003 - 2004 * * This