代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/440906/1785537

filter

#!/bin/sh script=$1 file=$2 # Possibly allow some files to go unchanged. Other # future manipulations are likely. case $file in */alloc_policies.h) cat $file ;; *) sed -f $script $file ;; esac
www.eeworm.com/read/427736/1966758

cpp outbuffer.cpp

// OutByte.cpp #include "StdAfx.h" #include "OutBuffer.h" extern "C" { #include "../../../C/Alloc.h" } bool COutBuffer::Create(UInt32 bufferSize) { const UInt32 kMinBlockSize = 1;
www.eeworm.com/read/427735/1967163

h memblocks.h

// MemBlocks.h #ifndef __MEMBLOCKS_H #define __MEMBLOCKS_H extern "C" { #include "../../../C/Alloc.h" } #include "Common/Types.h" #include "Common/MyVector.h" #include "Windows/Synchr
www.eeworm.com/read/427735/1967179

cpp outbuffer.cpp

// OutByte.cpp #include "StdAfx.h" #include "OutBuffer.h" extern "C" { #include "../../../C/Alloc.h" } bool COutBuffer::Create(UInt32 bufferSize) { const UInt32 kMinBlockSize = 1;
www.eeworm.com/read/427042/1981844

h os_support_custom.h

/* Copyright (C) 2007 Psi Systems, Inc. Author: Jean-Marc Valin File: os_support_custom.h Memory Allocation overrides to allow user control rather than C alloc/free. Redistribution and
www.eeworm.com/read/419645/2074737

h memblocks.h

// MemBlocks.h #ifndef __MEMBLOCKS_H #define __MEMBLOCKS_H extern "C" { #include "../../../C/Alloc.h" } #include "Common/Types.h" #include "Common/MyVector.h" #include "Windows/Synchr
www.eeworm.com/read/419645/2074756

cpp outbuffer.cpp

// OutByte.cpp #include "StdAfx.h" #include "OutBuffer.h" extern "C" { #include "../../../C/Alloc.h" } bool COutBuffer::Create(UInt32 bufferSize) { const UInt32 kMinBlockSize = 1;
www.eeworm.com/read/406690/2275462

h lzmaencoder.h

// LZMA/Encoder.h #ifndef __LZMA_ENCODER_H #define __LZMA_ENCODER_H #include "../../../Common/MyCom.h" #include "../../../Common/Alloc.h" #include "../../ICoder.h" #include "../LZ/IMatchFind
www.eeworm.com/read/406690/2275464

h lzmadecoder.h

// LZMA/Decoder.h #ifndef __LZMA_DECODER_H #define __LZMA_DECODER_H #include "../../../Common/MyCom.h" #include "../../../Common/Alloc.h" #include "../../ICoder.h" #include "../LZ/LZOutWindo
www.eeworm.com/read/406690/2275497

cpp outbuffer.cpp

// OutByte.cpp #include "StdAfx.h" #include "OutBuffer.h" #include "../../Common/Alloc.h" bool COutBuffer::Create(UInt32 bufferSize) { const UInt32 kMinBlockSize = 1; if (bufferSize < kMinBloc