代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/422060/2043787

phpt bug35759.phpt

--TEST-- bug #35759 : mysqli_stmt_bind_result() makes huge allocation when column empty --SKIPIF-- --FILE--
www.eeworm.com/read/396408/2420284

c shmem.c

/* * shmem.c - Shared memory allocation * * based on mpg123's xfermem.c by * Oliver Fromme * Sun Apr 6 02:26:26 MET DST 1997 */ #include "conf
www.eeworm.com/read/393286/2476251

c dma-alloc.c

/* dma-alloc.c: consistent DMA memory allocation * * Derived from arch/ppc/mm/cachemap.c * * PowerPC version derived from arch/arm/mm/consistent.c * Copyright (C) 2001 Dan Malek (dmalek@jlc.n
www.eeworm.com/read/375190/2725942

c win32_threads.c

#include "private/gc_priv.h" #if defined(GC_WIN32_THREADS) #include #ifdef THREAD_LOCAL_ALLOC # include "private/thread_local_alloc.h" #endif /* THREAD_LOCAL_ALLOC */ /* Allocation loc
www.eeworm.com/read/152843/5657098

c dma-alloc.c

/* dma-alloc.c: consistent DMA memory allocation * * Derived from arch/ppc/mm/cachemap.c * * PowerPC version derived from arch/arm/mm/consistent.c * Copyright (C) 2001 Dan Malek (dmalek@jlc.n
www.eeworm.com/read/294149/8250182

c dlpusc.c

#include "allocation.h" #define DLPUSC_GUARDLEFT 184 #define DLPUSC_GUARDRIGHT 183 #define DLPUSC_NC OFDMA_NC #define DLPUSC_NUMCLUSTERS 120 #define DLPUSC_NUMSUBCHANNELS 60 #define DLPUSC_NUMSUBCAR
www.eeworm.com/read/294149/8250188

c dlfusc.c

#include "allocation.h" #define DLFUSC_VARPILOTS 71 #define DLFUSC_CONSTPILOTS 12 #define DLFUSC_GUARDLEFT 173 #define DLFUSC_GUARDRIGHT 172 #define DLFUSC_DATA (DLFUSC_NC - DLFUSC_GUARDLEFT - DLFUS
www.eeworm.com/read/173137/9671620

dtd hatf.dtd

## DTDname: Heap Allocation Trace Format (HATF) 1.0 ## MetaTF: 1.2 http://www.cs.ukc.ac.uk/people/staff/rej/mtf/ int size = none; int address = none; int time = default 0; int thread = default 0; int
www.eeworm.com/read/266994/11198506

c mem.c

#include #include #include "assert.h" #include "except.h" #include "mem.h" const Except_T Mem_Failed = { "Allocation Failed" }; void *Mem_alloc(long nbytes,
www.eeworm.com/read/334325/12612597

c shmem.c

/* * shmem.c - Shared memory allocation * * based on mpg123's xfermem.c by * Oliver Fromme * Sun Apr 6 02:26:26 MET DST 1997 */ #include "../c