代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/322539/13377244
c gsm_crea.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 SOFTWARE.
www.eeworm.com/read/321827/13396934
c heapdump.c
/***
*heapdump.c - Output the heap data bases
*
* Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Display the heap data bases.
*
* NOTE:
www.eeworm.com/read/321827/13397747
cpp new.cpp
/***
*new.cxx - defines C++ new routine
*
* Copyright (c) 1990-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines C++ new routine.
*
*************************
www.eeworm.com/read/320816/13417754
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/320714/13419258
h kernel.h
/*
* 'kernel.h'定义了一些常用函数的原型等。
*/
// 验证给定地址开始的内存块是否超限。若超限则追加内存。( kernel/fork.c, 24 )。
void verify_area (void *addr, int count);
// 显示内核出错信息,然后进入死循环。( kernel/panic.c, 16 )。
void panic (const char *str);
www.eeworm.com/read/320714/13419415
h kernel.h
/*
* 'kernel.h' contains some often-used function prototypes etc
*/
/*
* 'kernel.h'定义了一些常用函数的原型等。
*/
// 验证给定地址开始的内存块是否超限。若超限则追加内存。( kernel/fork.c, 24 )。
void verify_area (void *addr, int count);
// 显示
www.eeworm.com/read/319180/13459176
c spdreadmatrix.c
/*----------------------------------------------------------------------
| Read a Harwell-Boeing matrix.
| Use readmtc first time to determine sizes of arrays.
| Read in values on the seco
www.eeworm.com/read/319180/13459209
c readmatrix.c
/*----------------------------------------------------------------------
| Read a Harwell-Boeing matrix.
| Use readmtc first time to determine sizes of arrays.
| Read in values on the seco
www.eeworm.com/read/316923/13514279
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/316094/13530313
c calloc.c
/*-----------------------------------------------------------------------------
CALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2002 Keil Software. All rights re