代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/312568/13609394
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// C 运行时头文件
#include
#include
#include
www.eeworm.com/read/311844/13624698
c 53.c
#include
#include
#include
int main()
{
char *mempointer;
char buffer[] = "This is a test of the mtrace function";
/调用函数mtrace来记录内存泄露与溢出**/
mtrace();
//sete
www.eeworm.com/read/310556/13649156
c _new.c
/* @(#) _new.c 1.2 1/27/86 17:47:52 */
/*ident "@(#)cfront:lib/new/_new.c 1.2"*/
typedef void (*PFVV)();
extern PFVV _new_handler;
extern void*
operator new(long size)
{
extern char* malloc(unsigne
www.eeworm.com/read/309649/13667330
h ll_defs.h
/* +++Date last modified: 05-Jul-1997 */
/* ======================================================================
DEFINES.h Standard definitions etc.
For simplific
www.eeworm.com/read/309215/13678861
c bufalloc.c
#include
void *bufalloc(size_t *size, size_t minsize)
{
void *buffer;
size_t bufsize;
for (bufsize = *size; bufsize >= minsize && !(buffer = malloc(bufsize)); bufsi
www.eeworm.com/read/309167/13680429
c dreadhb.c
#include
#include
#include
#include "superlu_ddefs.h"
/*
* Prototypes
*/
static void ReadVector(FILE *, int_t, int_t *, int_t, int_t);
static void dReadValues(FILE *,
www.eeworm.com/read/309167/13680491
c dreadhb.c
#include
#include
#include
#include "superlu_ddefs.h"
/*
* Prototypes
*/
static void ReadVector(FILE *, int_t, int_t *, int_t, int_t);
static void dReadValues(FILE *
www.eeworm.com/read/308442/13700989
c chk_disk.c
#include
#include
#include
void main(void)
{
struct fatinfo fat;
long sector, total_sectors;
void *buffer;
getfat(3, &fat);
total_sectors = fa
www.eeworm.com/read/307549/13720551
cpp fpgl.cpp
// FPGL.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "stdlib.h"
struct CHCT;
struct COCT;
struct DCT;
//---------------------
www.eeworm.com/read/305275/13775931
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved