代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/475204/6794032
c sortlist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/475204/6794061
c filelist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;
www.eeworm.com/read/394098/8248935
txt brtree.txt
#include
#include
#include
#define TRUE 1
#define FALSE 0
KEYTYPE a[maxsize]={-1};
typedef struct node{KEYTYPE key;struct node *lchild,*rchild;}Bstnode;
Bstnode *sea
www.eeworm.com/read/292919/8324706
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/292919/8324818
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/292919/8324973
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/392544/8336274
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/392544/8336319
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/392544/8336562
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/174254/9599671
c sortlist.c
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
DIR *directory_pointer;
struct dirent *entry;