代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/435341/1864583

cpp 8_9.cpp

//8_9 #include #include void main() { void* p = malloc(1000000); int i=1; while(p){ p = malloc(1000000); i++; } cout
www.eeworm.com/read/428078/1962481

filelist

# The name of the package PACKAGENAME = wtmm1d # # The specific list of Wtmm1d package files # OBJS = $(OBJDIR)wtmm1d_package.$(OBJEXT) \ $(OBJDIR)pf_alloc.$(OBJEXT) \ $(OBJDIR)pf_lib.$(OBJEXT) \ $(O
www.eeworm.com/read/427735/1967067

cpp bzip2encoder.cpp

// BZip2Encoder.cpp #include "StdAfx.h" extern "C" { #include "../../../C/Alloc.h" #include "../../../C/BwtSort.h" #include "../../../C/HuffEnc.h" } #include "BZip2Crc.h" #include "BZip
www.eeworm.com/read/419645/2074665

cpp bzip2decoder.cpp

// BZip2Decoder.cpp #include "StdAfx.h" #include "BZip2Decoder.h" extern "C" { #include "../../../../C/Alloc.h" } #include "../../../Common/Defs.h" #include "../BWT/Mtf8.h" #include "
www.eeworm.com/read/409921/2225831

h strpool.h

// strpool.h #ifndef __USER32_INTERNAL_STRING_POOL_H #define __USER32_INTERNAL_STRING_POOL_H extern HANDLE hProcessHeap; PVOID HEAP_alloc ( DWORD len ); VOID HEAP_free ( LPVOID memory )
www.eeworm.com/read/406690/2275482

h branchcoder.h

// BranchCoder.h #ifndef __BRANCH_CODER_H #define __BRANCH_CODER_H #include "Common/MyCom.h" #include "Common/Types.h" #include "Common/Alloc.h" #include "../../ICoder.h" class CBranchC
www.eeworm.com/read/404234/2305640

h btcx-risc.h

/* */ struct btcx_riscmem { unsigned int size; u32 *cpu; u32 *jmp; dma_addr_t dma; }; struct btcx_skiplist { int start; int end; }; int btcx_riscmem_alloc(struct
www.eeworm.com/read/395229/2448543

h dma-mapping-broken.h

#ifndef _ASM_GENERIC_DMA_MAPPING_H #define _ASM_GENERIC_DMA_MAPPING_H /* This is used for archs that do not support DMA */ static inline void * dma_alloc_coherent(struct device *dev, size_t size, d
www.eeworm.com/read/393286/2480647

h btcx-risc.h

/* */ struct btcx_riscmem { unsigned int size; u32 *cpu; u32 *jmp; dma_addr_t dma; }; struct btcx_skiplist { int start; int end; }; int btcx_riscmem_alloc(struct
www.eeworm.com/read/391110/2522941

h branchcoder.h

// BranchCoder.h #ifndef __BRANCH_CODER_H #define __BRANCH_CODER_H #include "Common/MyCom.h" #include "Common/Types.h" #include "Common/Alloc.h" #include "../../ICoder.h" class CBranchC