代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/393286/2476594
c dma.c
/*
* Dynamic DMA mapping support.
*
* We never have any address translations to worry about, so this
* is just alloc/free.
*/
#include
#include
#include
www.eeworm.com/read/391110/2522879
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/391110/2522885
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/386035/2576613
h lzmaencoder.h
// LZMA/Encoder.h
#ifndef __LZMA_ENCODER_H
#define __LZMA_ENCODER_H
#include "../../../Common/MyCom.h"
#include "../../ICoder.h"
extern "C"
{
#include "../../../../C/Alloc.h"
#includ
www.eeworm.com/read/386035/2576658
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/377159/2705082
h lzmaencoder.h
// LZMA/Encoder.h
#ifndef __LZMA_ENCODER_H
#define __LZMA_ENCODER_H
#include "../../../Common/MyCom.h"
#include "../../ICoder.h"
extern "C"
{
#include "../../../../C/Alloc.h"
#includ
www.eeworm.com/read/376305/2711667
c ahbarb.c
#include
#include "ahbarb.h"
ahbarb *ahbarb_create() {
ahbarb *m;
m = (ahbarb *) ti_alloc(sizeof(ahbarb));
if (!m) { return 0; }
ti_print_err("\
Create ahbarb model
www.eeworm.com/read/376305/2711669
c apbmst.c
#include
#include "apbmst.h"
apbmst *apbmst_create() {
apbmst *m;
m = (apbmst *) ti_alloc(sizeof(apbmst));
if (!m) { return 0; }
ti_print_err("\
Create apbmst model
www.eeworm.com/read/375386/2725193
h vector.h
#ifndef NTL_vector__H
#define NTL_vector__H
#include
struct _ntl_VectorHeader {
long length;
long alloc;
long init;
long fixed;
};
union _ntl_AlignedVectorHe
www.eeworm.com/read/366702/2862260
c 20050409-1.c
/* This used to ICE due to a regmove problem on s390. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
extern void abort (void);
extern void **alloc (void);
void *test (void)
{
void **p =