代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/286264/8776861
m51 initmemory.m51
BL51 BANKED LINKER/LOCATER V5.03 06/20/2006 09:04:31 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE tinitm
www.eeworm.com/read/285689/8822845
c lnkqinit.c
/*****************************************************/
/* 建立一个空的链式队列 */
/* 文件名lnkqinit.c,函数名init_link_queue() */
/*****************************************
www.eeworm.com/read/285689/8822850
c lnkspush.c
/*****************************************************/
/* 向链式栈中插入一个值为x的结点 */
/* 文件名lnkspush.c,函数名push_link_stack() */
/*********************************************
www.eeworm.com/read/383612/8932631
txt 先序建立二叉树.txt
JD *crt_bt_pre(JD *bt)
{ char ch;
printf("ch=");
scanf("%c",&ch);
if(ch==' ') bt=NULL;
else
{ bt=(JD *)malloc(sizeof(JD));
bt->data=ch;
bt->lchild=crt_bt_pre(b
www.eeworm.com/read/283498/9015841
asm utoam.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_utoa:far, sl_itoa:far
;
; U
www.eeworm.com/read/283498/9015893
asm itoam.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_utoa:far,sl_itoa:far
;
;
www.eeworm.com/read/381659/9079414
c mpeg2dec.c
/* mpeg2dec.c, main(), initialization, option processing */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* Thes
www.eeworm.com/read/381627/9081472
c safemalloc.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
* [This posting refers to an article entitled
www.eeworm.com/read/282438/9093532
c mem_align.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Aligned Memory Allocator -
*
* Copyright(C) 2002-2003 Edouard Gomez
www.eeworm.com/read/380486/9145131
c copy_neuron_array.c
/* copy_neuron_array.c */
/* Copyright 2004-2007 Oswaldo Morizaki */
/* This file is part of ga-nn-ag.
ga-nn-ag is free software; you can redistribute it and/or modify
it under the terms