代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/119817/14820590

c alloc.c

#include "mail.h" /* Allocate & initialize a mail structure, and all the buffers it needs */ MAIL * _mail_alloc(int namelen) { MAIL *mail; /* Use calloc, to init structure to zero */ if ( (m
www.eeworm.com/read/119273/14834898

h alloc.h

/* alloc.h memory management functions and variables. Copyright (c) 1987, 1991 by Borland International All Rights Reserved. */ #if !defined(__ALLOC_H) #define __ALLOC_H #i
www.eeworm.com/read/216463/15005987

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, modify, or distribute this * program and acco
www.eeworm.com/read/216463/15006067

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, modify, or distribute this
www.eeworm.com/read/114447/15053053

h alloc.h

www.eeworm.com/read/114447/15053158

h alloc.h

www.eeworm.com/read/212967/15144357

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/210569/15196245

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/207008/15284289

c alloc.c

/* * Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers * Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved. * Copyright (c) 1998 by Silicon Graphics. All rights reserved. * Copy
www.eeworm.com/read/11175/209638

asm alloc.asm