代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/380940/9121213
c sortlist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/380940/9121289
c filelist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/183900/9131013
c filelist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/183899/9131026
c sortlist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/183272/9172329
c mutex1.c
#include
#include
struct foo {
int f_count;
pthread_mutex_t f_lock;
/* ... more stuff here ... */
};
struct foo *
foo_alloc(void) /* allocate the object */
{
s
www.eeworm.com/read/183272/9172403
h calld.h
#include "apue.h"
#include
#define CS_CALL "/home/sar/calld" /* well-known name */
#define CL_CALL "call"
#define MAXSYSNAME 256
#define MAXSPEEDSTR 256
/*
* Number of structures to alloc
www.eeworm.com/read/183272/9172508
10 fig11.10
#include
#include
struct foo {
int f_count;
pthread_mutex_t f_lock;
/* ... more stuff here ... */
};
struct foo *
foo_alloc(void) /* allocate the object */
{
s
www.eeworm.com/read/182230/9211023
c fft.c
#include"stdio.h"
#include"alloc.h"
#include"stdlib.h"
#include"math.h"
#include"graphics.h"
void reSort(double array[],int length);
void main(){
int N, /*采样点数目*/
www.eeworm.com/read/378183/9245153
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/377529/9271950
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(