代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/131315/5943257

makefile

# %M% %I% %G% %U% # Copyright (c) 1987, Benjamin G. Zorn # # Makefile for MPROF data generation # CC = cc # mips CFLAGS = -I. -g -DDEBUG # sun4 CFLAGS = -I. -g -Dsun4 # sun3,vax CFLAGS = -I
www.eeworm.com/read/131315/5943264

sun4 makefile.sun4

# %M% %I% %G% %U% # Copyright (c) 1987, Benjamin G. Zorn # # Makefile for MPROF data generation # CC = /bin/cc # mips CFLAGS = -I. -g -DDEBUG # sun4 CFLAGS = -I. -g -Dsun4 # sun3,vax CFLAGS
www.eeworm.com/read/131315/5943268

vax makefile.vax

# %M% %I% %G% %U% # Copyright (c) 1987, Benjamin G. Zorn # # Makefile for MPROF data generation # CC = /bin/cc # mips CFLAGS = -I. -g -DDEBUG # sun4 CFLAGS = -I. -g -Dsun4 # sun3,vax CFLAGS
www.eeworm.com/read/131315/5943269

sun3 makefile.sun3

# %M% %I% %G% %U% # Copyright (c) 1987, Benjamin G. Zorn # # Makefile for MPROF data generation # CC = /bin/cc # mips CFLAGS = -I. -g -DDEBUG # sun4 CFLAGS = -I. -g -Dsun4 # sun3,vax CFLAGS
www.eeworm.com/read/128965/5975865

c uboot_skb.c

/* * Definitions for the 'struct sk_buff' memory handlers in U-Boot. * * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who co
www.eeworm.com/read/127438/6006367

c segtest.c

#include "mpi.h" #include "mpiimpl.h" #include /* * Simple segment test, including timing code */ /* * Build datatype structures * * Contiguous * n = 1, 4, 16, 64, 128, 512, 20
www.eeworm.com/read/125688/6023614

h phys_lmm.h

/* * Copyright (c) 1995, 1998, 1999 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open sour
www.eeworm.com/read/124347/6051160

c mtrimr.c

#include void * _malloc_trim_r (struct _reent *ptr, size_t pad) { return 0; }
www.eeworm.com/read/124347/6052123

c calloc.c

#ifdef MALLOC_PROVIDED int _dummy_calloc = 1; #else /* FUNCTION ---allocate space for arrays INDEX calloc INDEX _calloc_r ANSI_SYNOPSIS #include void *calloc(size_t ,
www.eeworm.com/read/120487/6072087

y gram.y

%{ /********************************************************************** * gram.y - Parser for the PL/pgSQL * procedural language * * IDENTIFICATION * $Header: /cvsroot/pgsql/src/pl