代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/413185/11163786

c alloc.c

#include /* Allocate memory for a rows*cols array of floats. * The elements within a column are contiguous in memory, and columns * themselves are also contiguous in memory. */ float **
www.eeworm.com/read/265447/11264064

h alloc.h

/* ALLOC.H - Interface to memory allocation procedure. */ /* Copyright (c) 1996 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * for purposes of res
www.eeworm.com/read/265447/11264123

c alloc.c

/* ALLOC.C - Routine to allocate memory and complain if it doesn't work. */ /* Copyright (c) 1996 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * f
www.eeworm.com/read/147328/12564350

c alloc.c

#include "../h/param.h" #include "../h/systm.h" #include "../h/mount.h" #include "../h/filsys.h" #include "../h/fblk.h" #include "../h/conf.h" #include "../h/buf.h" #include "../h/inode.h" #include ".
www.eeworm.com/read/147092/12587116

h alloc.h

/* ALLOC.H - Interface to memory allocation procedure. */ /* Copyright (c) 1996 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * for purposes o
www.eeworm.com/read/147092/12587162

c alloc.c

/* ALLOC.C - Routine to allocate memory and complain if it doesn't work. */ /* Copyright (c) 1996 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/334215/12616763

h alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/334215/12616958

pthread_alloc

/* * Copyright (c) 1996 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted
www.eeworm.com/read/247565/12641990

o alloc.o

www.eeworm.com/read/247565/12641995

h alloc.h

#ifndef PROCPS_PROC_ALLOC_H #define PROCPS_PROC_ALLOC_H #include "procps.h" EXTERN_C_BEGIN extern void *xrealloc(void *oldp, unsigned int size) MALLOC; extern void *xmalloc(unsigned int size) MALLO