代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/490300/6454017

prefs org.eclipse.jdt.core.prefs

#Sat Mar 21 16:40:39 CST 2009 eclipse.preferences.version=1 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_e
www.eeworm.com/read/481114/6659404

prefs org.eclipse.jdt.core.prefs

#Thu Jun 26 00:36:37 CST 2008 eclipse.preferences.version=1 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_e
www.eeworm.com/read/477671/6730647

cpp memcheck.cpp

//: C03:MemCheck.cpp {O} // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Memory allocation tester
www.eeworm.com/read/261904/11615610

c heap.c

/* * vivi/lib/heap.c: simple dynamic memory allocation routine * * Based on bootldr/heap.c * */ #include "config.h" #include "machine.h" #include "printk.h" #ifdef DEBUG_HEAP #define DPRINTK(ar
www.eeworm.com/read/343586/11941050

h usbfilter.h

#ifndef _H_HEAD_USBFILTER #define _H_HEAD_USBFILTER #include "wdm.h" #include "scsi.h" #define POOL_TAG 'liFT' #define DISK_TAG_SRB 'SDcS' // "ScDS" - srb allocation #define IOCTL
www.eeworm.com/read/338523/12296893

m ps_falloc.m

function PIs=PS_falloc(chro) % Allocation process and fitness evaluation % Use with PS_alloc.m file % PenChen Chou. 2005-4-18. global MTX MAX % Get the numbers of items [M,N]=size(chro);PIs=
www.eeworm.com/read/129814/14224070

c alloc.c

/* * area-based allocation built on malloc/free */ #include "sh.h" #ifdef TEST_ALLOC # define shellf printf # ifndef DEBUG_ALLOC # define DEBUG_ALLOC # endif /* DEBUG_ALLOC */ #endif /* TEST_ALLO
www.eeworm.com/read/224579/14582802

cmd speex_c54_test.cmd

/* Copyright (C) 2005 Psi Systems, Inc. File: speex_C54_test.cmd Linker command file with memory allocation for TI TMS320VC5416 processor for use with TI Code Composer (TM) DSP development t
www.eeworm.com/read/120923/14783164

cpp memcheck.cpp

//: C03:MemCheck.cpp {O} // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Memory allocation tester
www.eeworm.com/read/217373/14967598

c heap.c

/* * vivi/lib/heap.c: simple dynamic memory allocation routine * * Based on bootldr/heap.c * */ #include "config.h" #include "machine.h" #include "printk.h" #ifdef DEBUG_HEAP #define DPRINTK(ar