代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/131795/14126332
dat funtc293b.dat
#include
#include
#include
#include
int main(void)
{
unsigned int size, segp;
int stat;
size = 64; /* (64 x 16) = 1024 bytes */
stat = a
www.eeworm.com/read/130108/14208250
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(
www.eeworm.com/read/129922/14217303
c sortlist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/129922/14217370
c filelist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/129726/14231004
c heapwalk.c
#include
#include
void main()
{
struct heapinfo hi;
void *array[5];
int i;
array[0]=malloc(100);
array[1]=malloc(10);
array[2]=malloc(20);
array[3]=m
www.eeworm.com/read/129726/14231276
c strcspn.c
#include
#include
#include
int main(void)
{
char *string1 = "9176004051";
char *string2 = "4628";
int length;
length = strcspn(string1, s
www.eeworm.com/read/129561/14238288
cpp recvol.cpp
#include "rar.hpp"
#define RECVOL_BUFSIZE 0x800
RecVolumes::RecVolumes()
{
Buf.Alloc(RECVOL_BUFSIZE*256);
memset(SrcFile,0,sizeof(SrcFile));
}
RecVolumes::~RecVolumes()
{
for (int I=0;I
www.eeworm.com/read/128628/14286258
c sortlist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/125987/14453074
h kfc.h
#ifndef KFC_H
#define KFC_H
#include "kiss_fft.h"
#ifdef __cplusplus
extern "C" {
#endif
/*
KFC -- Kiss FFT Cache
Not needing to deal with kiss_fft_alloc and a config
object may be handy for a lot
www.eeworm.com/read/124229/14585418
h kfc.h
#ifndef KFC_H
#define KFC_H
#include "kiss_fft.h"
#ifdef __cplusplus
extern "C" {
#endif
/*
KFC -- Kiss FFT Cache
Not needing to deal with kiss_fft_alloc and a config
object may be handy for a lot