代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/337546/3332441

c um_module.c

#include #include /*Copied from i386 arch/i386/kernel/module.c */ void *module_alloc(unsigned long size) { if (size == 0) return NULL; return vmalloc_exec
www.eeworm.com/read/336825/3347276

svn-base mem.c.svn-base

#include #include "assert.h" #include "except.h" #include "mem.h" const Except_T Mem_Failed = { "Allocation Failed" }; void *Mem_alloc(int nbytes, const char *file, int line) { void *ptr;
www.eeworm.com/read/336825/3347283

c mem.c

#include #include "assert.h" #include "except.h" #include "mem.h" const Except_T Mem_Failed = { "Allocation Failed" }; void *Mem_alloc(int nbytes, const char *file, int line) { void *ptr;
www.eeworm.com/read/336825/3347558

svn-base mem.h.svn-base

/* $RCSfile: RCS/mem.doc,v $ $Revision: 1.11 $ */ #ifndef MEM_INCLUDED #define MEM_INCLUDED #include "except.h" extern const Except_T Mem_Failed; extern void *Mem_alloc (long nbytes, const char *file
www.eeworm.com/read/336825/3347584

h mem.h

/* $RCSfile: RCS/mem.doc,v $ $Revision: 1.11 $ */ #ifndef MEM_INCLUDED #define MEM_INCLUDED #include "except.h" extern const Except_T Mem_Failed; extern void *Mem_alloc (long nbytes, const char *file
www.eeworm.com/read/336825/3347874

svn-base mem.c.svn-base

#include #include "assert.h" #include "except.h" #include "mem.h" const Except_T Mem_Failed = { "Allocation Failed" }; void *Mem_alloc(int nbytes, const char *file, int line) { void *ptr;
www.eeworm.com/read/336825/3347883

c mem.c

#include #include "assert.h" #include "except.h" #include "mem.h" const Except_T Mem_Failed = { "Allocation Failed" }; void *Mem_alloc(int nbytes, const char *file, int line) { void *ptr;
www.eeworm.com/read/336825/3348103

svn-base mem.c.svn-base

static char rcsid[] = "$Id$"; #include #include #include "assert.h" #include "except.h" #include "mem.h" const Except_T Mem_Failed = { "Allocation Failed" }; void *Mem_alloc(long
www.eeworm.com/read/324920/3491285

c um_module.c

#include #include /*Copied from i386 arch/i386/kernel/module.c */ void *module_alloc(unsigned long size) { if (size == 0) return NULL; return vmalloc_exec
www.eeworm.com/read/316872/3589886

c um_module.c

#include #include /*Copied from i386 arch/i386/kernel/module.c */ void *module_alloc(unsigned long size) { if (size == 0) return NULL; return vmalloc_exec