代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/409921/2220834

c alloc.c

/* $OpenBSD: alloc.c,v 1.9 2004/05/04 20:28:40 deraadt Exp $ */ /* Memory allocation... */ /* * Copyright (c) 1995, 1996, 1998 The Internet Software Consortium. * All rights reserved. *
www.eeworm.com/read/396408/2418334

c vo_xv.c

/* vo_xv.c, X11 Xv interface */ // Number of buffers _FOR_DOUBLEBUFFERING_MODE_ // Use option -double to enable double buffering! (default: single buffer) #define NUM_BUFFERS 3 /* Buffer allocation:
www.eeworm.com/read/395229/2445168

c allocrtsig.c

/* Handle real-time signal allocation. Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper
www.eeworm.com/read/393286/2485010

c memory.c

/* * Copyright (c) by Jaroslav Kysela * Copyright (c) by Takashi Iwai * * EMU10K1 memory page allocation (PTB area) * * * This program is free software; you
www.eeworm.com/read/392773/2491203

h mwerks_nosgi_debug_prefix.h

//mwerks_nosgi_debug_prefix.h #define _STLP_NO_SGI_IOSTREAMS 1 #define _STLP_NO_FORCE_INSTANTIATE 1 // for debugging #define _STLP_DEBUG_UNINITIALIZED 1 // enable the use of allocation debugging #defi
www.eeworm.com/read/387630/2557992

h xmlmemory.h

/* * xmlmemory.h: interface for the memory allocation debug. * * daniel@veillard.com */ #ifndef _DEBUG_MEMORY_ALLOC_ #define _DEBUG_MEMORY_ALLOC_ #include #if defined(WIN32
www.eeworm.com/read/387630/2558003

h xmlmemory.h

/* * xmlmemory.h: interface for the memory allocation debug. * * daniel@veillard.com */ #ifndef _DEBUG_MEMORY_ALLOC_ #define _DEBUG_MEMORY_ALLOC_ #include #if defined(WIN32
www.eeworm.com/read/385891/2582651

h pgalloc.h

/* * linux/include/asm-arm/proc-armv/pgalloc.h * * Copyright (C) 2001 Russell King * * Page table allocation/freeing primitives for 32-bit ARM processors. */ /* unfortunately, this includes l
www.eeworm.com/read/385891/2582751

h pgalloc.h

/* * linux/include/asm-arm/proc-armo/pgalloc.h * * Copyright (C) 2001 Russell King * * Page table allocation/freeing primitives for 26-bit ARM processors. */ /* unfortunately, this includes l
www.eeworm.com/read/385649/2587090

h chunk.h

/* -*- C++ -*- */ #ifndef _CHUNK_H_ #define _CHUNK_H_ /* Heap Layers: An Extensible Memory Allocation Infrastructure Copyright (C) 2000-2003 by Emery Berger http://www.cs.umass.edu/~emery