代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/138378/13239195
h fileop.h
/*=============================================
** 2005-8-22 **
** 定义文件操作函数 **
** lizhu zhang **
=============================================*/
#define MAXLEN 2048
www.eeworm.com/read/138258/13244307
c stdb.c
#include
#include
#include
#include
void main()
{
struct st_info {
int number;
char name[30];
char description[128];
www.eeworm.com/read/239561/13271764
cpp dulinklist.cpp
//Dulinklist.cpp:functions for Dulinklist
#include "stdafx.h"
#include"stdio.h"
#include "Dulinklist.h"
#include"malloc.h"
void Initlist_Du(Dulinklist &L){
L.head=(LinkType)malloc(sizeo
www.eeworm.com/read/137531/13314572
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/137408/13323837
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// Windows 头文件:
#include
// C 运行时头文件
#include
www.eeworm.com/read/137366/13326039
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/137365/13326452
lnt lib-ole.lnt
// BSTR functions (part of OLE Automation)
-sem( SysAllocString, @p == malloc(1p) || @p == 0, 1p )
-sem( SysAllocStringByteLen, @P == malloc(2n)+1 || @p == 0 )
-sem( SysAllocStringLen, @p == ma
www.eeworm.com/read/137285/13335123
h smartall.h
/*
Definitions for the smart memory allocator
*/
#ifdef SMARTALLOC
extern char *sm_malloc(), *sm_calloc(), *sm_realloc(),
*actuallymalloc(), *actuallycalloc(), *actuallyrealloc();
extern voi
www.eeworm.com/read/137132/13344310
h xsize.h
/* xsize.h -- Checked size_t computations.
Copyright (C) 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the G
www.eeworm.com/read/136959/13351218
h ll_defs.h
/* ======================================================================
DEFINES.h Standard definitions etc.
For simplification or for debugging substitution.