代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/220843/4838677
c tclalloc.c
/*
* tclCkalloc.c --
* Interface to malloc and free that provides support for debugging problems
* involving overwritten, double freeing memory and loss of memory.
*
* Copyright 1991
www.eeworm.com/read/182103/5267511
c sbrk.c
/*
* sbrk.c
*
* If the BSP wants to dynamically allocate the memory for the
* C Library heap (malloc) and/or be able to extend the heap,
* then this routine must be functional. This is the d
www.eeworm.com/read/437018/1838702
tpl udnfunc.tpl
/* Do not delete the following include file entry */
#include "EVTudn.h"
void *malloc(unsigned);
/* ---------------------------------------------------------- */
void udn_NODE_TYPE_NAME_creat
www.eeworm.com/read/294998/8191138
cpp sqlist.cpp
// SqList.cpp: implementation of the CSqList class.
//
//////////////////////////////////////////////////////////////////////
#include "SqList.h"
#include "malloc.h"
#include "iostream.h"
#inc
www.eeworm.com/read/370611/9591775
cpp fft.cpp
/**************************************************/
#include "stdio.h"
#include"dos.h"
#include "stdlib.h"
#include"malloc.h"
#include "math.h"
/**********************************************
www.eeworm.com/read/370537/9597351
cpp iniex.cpp
// IniEx.cpp: implementation of the CIniEx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "IniEx.h"
#include "malloc.h"
#ifdef
www.eeworm.com/read/369539/9641259
cpp ini.cpp
//********************************************
// Ini.cpp
//********************************************
#include
#include
#include
#include
#includ
www.eeworm.com/read/413351/11158765
cpp umain.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "uMain.h"
#include "DASVRSDK.h"
#include "stdde
www.eeworm.com/read/249195/12517824
cpp vector.cpp
// vector.cpp
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "vector.h"
void *AllocPtr(int nSize)
{
void *p = malloc(nSize);
nSize =
www.eeworm.com/read/146491/12642462
cpp 1.cpp
//*****************************
#include //
#include //
#include //
#include //
#define NULL 0 //
#def