代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/175402/5347238
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/337546/3334234
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/327133/3464033
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/324920/3493128
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/316872/3591730
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/312509/3671056
c~ jpeglole.c~
/*This file is used to finish the compression of a gray image
*jpeglole.c ,jcmarker.c ,jarithc.c,jaricom.c need to combined together.
*/
#include "commondecls.h"
void *
alloc_one_row(j_compress_
www.eeworm.com/read/312509/3671065
c~ jpeglole.c~
/*This file is used to finish the compression of a gray image
*jpeglole.c ,jcmarker.c ,jarithc.c,jaricom.c need to combined together.
*/
#include "commondecls.h"
void *
alloc_one_row(j_compress_
www.eeworm.com/read/304654/3794723
c malloc.c
/* simple malloc function */
#include
#define AAT_SIZE 1024
static unsigned char pile[64*1024];
static int initial = 0;
static void *pile_base = NULL;
typedef struct alloc_addr
{
void
www.eeworm.com/read/298155/3874583
dat funtc252b.dat
#include
#include
#include
#include
#include
int main(void)
{
char *path, *ptr;
int i = 0;
ptr = getenv("PATH");
path = mall
www.eeworm.com/read/298155/3874925
dat funtc137b.dat
#include
#include
#include
#include
int main(void)
{
char far *fptr;
char *str = "Hello";
fptr = farmalloc(10);
movedata(FP_SEG(str), FP