代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/101771/15818803
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/101692/15822251
c taste.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/100585/15870734
c tshm.c
#include
#include
#include
#include "ourhdr.h"
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
#define SHM_MODE (SHM_R | SHM_W) /* u
www.eeworm.com/read/283355/4080156
patch rh62-11-glibc-2.1.3-calloc.patch
diff -ur glibc-2.1.3.orig/malloc/malloc.c glibc-2.1.3/malloc/malloc.c
--- glibc-2.1.3.orig/malloc/malloc.c Wed Feb 23 10:02:55 2000
+++ glibc-2.1.3/malloc/malloc.c Thu Aug 1 09:24:10 2002
@@ -3656,12
www.eeworm.com/read/289461/8549410
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
www.eeworm.com/read/286264/8777155
c tmalloc.c
#include
#include
#include //为使用init_mempool函数中的XBYTE定义而加入该头文件
#include /*为使用printf函数而加入*/
void tst_malloc (void) {
unsigned char xdata *p;
init_mempo
www.eeworm.com/read/186873/8898772
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
www.eeworm.com/read/381168/9106609
c nsga2_functions.c
/*========================================================================
PISA (www.tik.ee.ethz.ch/pisa/)
========================================================================
Computer Engi
www.eeworm.com/read/375404/9361748
c mv_competition.c
/*!
************************************************************************
* \file mv_competition.c
*
* \brief
* competition based motion vector coding
*
* \author
* Joel Jung
www.eeworm.com/read/176342/9502630
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------