代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/136821/5851385

c layer12.c

/* * mad - MPEG audio decoder * Copyright (C) 2000-2001 Robert Leslie * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen
www.eeworm.com/read/136821/5851692

h a52_internal.h

/* * a52_internal.h * Copyright (C) 2000-2002 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of a52dec, a free ATSC
www.eeworm.com/read/136786/5862843

c pcipool.c

/* NOTE: this code was lifted straight out of drivers/pci/pci.c; when compiling for the Intel StrongARM SA-1110/SA-1111 the usb-ohci.c driver needs these routines even when the architecture
www.eeworm.com/read/136786/5863042

c pcipool.c

/* NOTE: this code was lifted straight out of drivers/pci/pci.c; when compiling for the Intel StrongARM SA-1110/SA-1111 the usb-ohci.c driver needs these routines even when the architecture
www.eeworm.com/read/132069/5924816

cpp new.cpp

/*============================================================================* * * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved. * *==================================
www.eeworm.com/read/130382/5957153

c x509cmsmemoryfuncs.c

#include "x509CMS.h" #include "pgpMemoryMgr.h" PKIMemoryMgr X509CMSMemoryMgr = { NULL, x509CMSAllocProc, x509CMSReallocProc, x509CMSDeallocProc }; void * x509CMSAllocPro
www.eeworm.com/read/128531/5984588

c pcipool.c

/* NOTE: this code was lifted straight out of drivers/pci/pci.c; when compiling for the Intel StrongARM SA-1110/SA-1111 the usb-ohci.c driver needs these routines even when the architecture
www.eeworm.com/read/127781/5995650

c pcipool.c

/* NOTE: this code was lifted straight out of drivers/pci/pci.c; when compiling for the Intel StrongARM SA-1110/SA-1111 the usb-ohci.c driver needs these routines even when the architecture
www.eeworm.com/read/126854/6011429

c nrutil.c

#if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */ #include #include #include #include #define NR_END 1 #define FREE_ARG char* v
www.eeworm.com/read/126430/6016721

c nrutil.c

/* CAUTION: This is the traditional K&R C (only) version of the Numerical Recipes utility file nrutil.c. Do not confuse this file with the same-named file nrutil.c that is supplied in the sam