代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/230899/14269835

c alloc.c

/* memory allocation routines * * Adapted from alloc routine in K&R; memory statistics and interrupt * protection added for use with net package. Must be used in place of * standard Turbo-C li
www.eeworm.com/read/128581/14290653

h alloc.h

www.eeworm.com/read/127382/14357108

c alloc.c

#include "db.h" /* Allocate & initialize a DB structure, and all the buffers it needs */ DB * _db_alloc(int namelen) { DB *db; /* Use calloc, to init structure to zero */ if ( (db
www.eeworm.com/read/127372/14357753

c alloc.c

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/mm/alloc.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 18
www.eeworm.com/read/127160/14374970

h alloc.h

www.eeworm.com/read/226770/14452711

h alloc.h

/* Public domain. */ #ifndef ALLOC_H #define ALLOC_H extern /*@null@*//*@out@*/char *alloc(); extern void alloc_free(); extern int alloc_re(); #endif
www.eeworm.com/read/226770/14452835

c alloc.c

/* Public domain. */ #include #include "alloc.h" #include "error.h" #define ALIGNMENT 16 /* XXX: assuming that this alignment is enough */ #define SPACE 2048 /* must be multiple of ALIGNM
www.eeworm.com/read/225703/14523249

c alloc.c

/* * alloc.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of mpeg2dec, a free MPEG-2 vid
www.eeworm.com/read/124628/14556254

c alloc.c

/* memory allocation routines * * Adapted from alloc routine in K&R; memory statistics and interrupt * protection added for use with net package. Must be used in place of * standard Turbo-C li
www.eeworm.com/read/124620/14557096

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