代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/483067/6609264
h alloc.h
/* alloc.h
memory management functions and variables.
Copyright (c) Borland International 1987,1988,1990,1991
All Rights Reserved.
*/
#if !defined(__ALLOC_H)
#define __ALLOC_H
www.eeworm.com/read/482776/6611765
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/482776/6611826
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/481054/6656948
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/481054/6657003
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/479064/6698680
c alloc.c
/* alloc.c
Functions supporting memory allocation for the object management
protocol... */
/*
* Copyright (c) 1999-2001 Internet Software Consortium.
* All rights reserved.
*
* Redistribut
www.eeworm.com/read/479064/6698725
c alloc.c
/* alloc.c
Memory allocation... */
/*
* Copyright (c) 1996-2000 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*
www.eeworm.com/read/479064/6698802
h alloc.h
/* alloc.h
Definitions for the object management API protocol memory allocation... */
/*
* Copyright (c) 1996-2001 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and
www.eeworm.com/read/478934/6708321
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/476826/6751294
h alloc.h
void update_group_desc()//更新组描述符,超级块super_block和组描述符group_desc重合
{
fseek(fp,DISK_START,SEEK_SET);
fwrite(super_block,BLOCK_SIZE,1,fp);
}
void reload_group_desc()//载入组描述符
{
fseek(fp