代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/286953/8735893
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/428359/8875313
c array_add_slave.c
#include "pvm3.h"
#include
#include
main()
{
int mytid;
int i, sum, *a;
int num_data, master;
/* enroll in PVM */
mytid = pvm_mytid();
/* receive portion of ar
www.eeworm.com/read/285016/8875855
cpp dtid3.cpp
// DTID3.cpp: implementation of the CDTID3 class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "mining.h"
#include "DTID3.h"
#
www.eeworm.com/read/428216/8883050
h ydirectenv.h
/*
* YAFFS: Yet another Flash File System . A NAND-flash specific file system.
*
* Copyright (C) 2002-2007 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Cha
www.eeworm.com/read/187002/8884856
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/185783/8985908
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/283498/9015603
asm htoam.asm
StdGrp group stdlib,stddata
stddata segment para public 'sldata'
stddata ends
;
stdlib segment para public 'slcode'
assume cs:stdgrp
extrn sl_malloc:far,sl_htoa:far,sl_wtoa:far
;
;
;
www.eeworm.com/read/283498/9015689
asm ltoam.asm
StdGrp group stdlib,stddata
stddata segment para public 'sldata'
stddata ends
;
stdlib segment para public 'slcode'
assume cs:stdgrp
;
extrn sl_malloc:far, sl_ltoa:far, sl_ultoa:far
;
www.eeworm.com/read/283498/9015714
asm etoam.asm
StdGrp group stdlib,stddata
stddata segment para public 'sldata'
stddata ends
;
stdlib segment para public 'slcode'
assume cs:stdgrp
;
extrn sl_malloc:far, sl_etoa:far
;
;
;
; ETOAM
www.eeworm.com/read/283498/9015785
asm ftoam.asm
StdGrp group stdlib,stddata
stddata segment para public 'sldata'
stddata ends
;
stdlib segment para public 'slcode'
assume cs:stdgrp
;
extrn sl_malloc:far, sl_ftoa:far
;
;
;
; FTOAM