代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/353195/10464136

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/278813/10505056

c common.c

#include "common.h" #include "params.h" #include "main.h" frame *alloc_frame(int width, int height) { frame *f=calloc(1,sizeof(frame)); f->Lwidth=f->Lpitch=width; f->Lheight=height; f->L=mall
www.eeworm.com/read/420640/10784722

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/349824/10798217

dsw test.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/275687/10801478

cpp palloc.cpp

/*************************************************************************** Author: Ian C. Wong and Robert Mullenix Copyright (C) 2004 Ian C. Wong This program is free software; you can red
www.eeworm.com/read/467909/6996811

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/103838/7104323

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/347553/7125665

c llist_test.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, J
www.eeworm.com/read/463543/7178627

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/462736/7196907

c ch5_7.c

void crt_bt_pre(JD *bt) { char ch; printf("ch="); scanf("%c",&ch); getchar(); if(ch=='') bt=NULL; else { bt=(JD *)malloc(sizeof(JD)); bt->data=ch; crt_bt_p