代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/119349/14832205

y dbms.y

%{ #include #include #include #include #include "struct.h" #include "error.h" char sql[256]; /*用于读输入行的*/ int sqlnum=0; /*用于表示读到了第几个字符*/ char
www.eeworm.com/read/220124/14852187

c memo_hnd.c

/* memo_hnd.c 19.10.93 */ /*! / -------------------------------------------------------------- / Copyright (C) 1993: Michael Braun / Kae
www.eeworm.com/read/217469/14961530

m51 6-4.m51

BL51 BANKED LINKER/LOCATER V5.03 08/25/2005 13:16:21 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/215301/15065793

c nsga2.c

# include # include # include "malloc.h" # include "global.h" # include "rand.c" # include "list.c" # include "check_dominance.c" # include "crowding_distance.c" # inclu
www.eeworm.com/read/215124/15073501

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/207008/15284306

cc gc_cpp.cc

/************************************************************************* Copyright (c) 1994 by Xerox Corporation. All rights reserved. THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
www.eeworm.com/read/206867/15287711

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/171026/5399791

h memtrack.h

// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs) // // $Id: memtrack.h,v 1.2 2003/05/13 12:47:39 dev Exp $ /** * @file memtrack.h * Debug nonpaged pool support. * C
www.eeworm.com/read/171026/5400286

h memtrack.h

// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs) // // $Id: memtrack.h,v 1.2 2003/05/13 12:47:39 dev Exp $ /** * @file memtrack.h * Debug nonpaged pool support. * C
www.eeworm.com/read/167185/5464361

c win_filt.c

/* * This material contains unpublished, proprietary software of * Entropic Research Laboratory, Inc. Any reproduction, distribution, * or publication of this work must be authorized in writing b