代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5940613
ms-spring
#
# site specific macros
#
# It is inserted into the Makefile after the host and target specific
# makefile parts and can "overload" macros defined there.
#PREFIX = /tools/cygnus/devo-$(VERSION)
#
www.eeworm.com/read/126411/6017615
c mtrace.c
/* More debugging hooks for `malloc'.
Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
Written April 2, 1991 by John Gilmore of Cygnus Support.
Based on mcheck.c by Mike Haertel.
www.eeworm.com/read/126411/6017625
c mcheck.c
/* Standard debugging hooks for `malloc'.
Copyright 1990, 1991, 1992, 1993 Free Software Foundation
Written May 1989 by Mike Haertel.
This library is free software; you can redistribute it and/
www.eeworm.com/read/124347/6051187
c mcheck.c
/* Standard debugging hooks for `malloc'.
Copyright (C) 1990-1997, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written May 1989 by Mike Haertel.
www.eeworm.com/read/116005/6115931
h fns_heap.h
/*
* Copyright (c) 1998-2001 by NETsilicon Inc.
*
* This software is copyrighted by and is the sole property of
* NETsilicon. All rights, title, ownership, or other interests
* in the s
www.eeworm.com/read/263791/11342088
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
www.eeworm.com/read/407093/11429632
c~ memory.c~
/*! @file memory.c
* \brief Precision-independent memory-related routines
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and L
www.eeworm.com/read/407093/11429674
c memory.c
/*! @file memory.c
* \brief Precision-independent memory-related routines
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and L
www.eeworm.com/read/406802/11435214
c nsga2_functions.c
/*========================================================================
PISA (www.tik.ee.ethz.ch/pisa/)
========================================================================
Computer Engi
www.eeworm.com/read/258521/11858574
java mosdisk.java
//已调试;
public class MosDisk {
byte[] disk_data = new byte[FinalVar.DISK_MAX_CAP];
byte[] disk_malloc_table = new byte[FinalVar.DISK_PAGE_MAXCAP];
byte[] disk_in_table = new byte[FinalVar.SPOOLI