代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/161054/5563281
h mem.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
www.eeworm.com/read/152843/5659555
c palloc.c
/* $Id: palloc.c,v 1.4 1996/04/25 06:09:48 davem Exp $
* palloc.c: Memory allocation from the Sun PROM.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include
www.eeworm.com/read/173137/9671612
dot test.dot
/* produced by mprof 1.1 from test.out */
digraph "allocation call graph"
{
"START" -> "_start+100" [label = "2970"];
"_start+100" -> "main+120" [label = "2970"];
"main+120" -> "new_pair+
www.eeworm.com/read/135719/13908942
c nec_exc_mp_config.c
/*
This software module was originally developed by
Toshiyuki Nomura (NEC Corporation)
and edited by
in the course of development of the
MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7, 14496-1,2 an
www.eeworm.com/read/113029/15472475
cpp fig13_06.cpp
// Fig. 13.6: fig13_06.cpp
// Demonstrating set_new_handler.
#include
using std::cout;
using std::cerr;
#include // standard operator new and set_new_handler
using std
www.eeworm.com/read/387891/8648337
h a52_internal.h
/*
* a52_internal.h
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of a52dec, a free ATSC
www.eeworm.com/read/431167/8706954
c uttrack.c
/******************************************************************************
*
* Module Name: uttrack - Memory allocation tracking routines (debug only)
* $Revision: 1.6 $
*
*****
www.eeworm.com/read/284911/8883686
h alloc.h
/* ---- memory allocation ---- */
#include
#include
int *alloc_1d_int(int n1);
void free_1d_int(int *i);
double *alloc_1d_double(int n1);
void free_1d_double(double *d);
int *