代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/277160/10658060
def _fat.def
#ifndef _FAT16_DEF_
// Define FAT16_DYNAMIC_MEM to use malloc for allocating
// FILE structure space. uncomment all three lines
//#define FAT16_DYNAMIC_MEM
//#define FAT16_malloc malloc
//#d
www.eeworm.com/read/277160/10658217
def _fat.def
#ifndef _FAT16_DEF_
// Define FAT16_DYNAMIC_MEM to use malloc for allocating
// FILE structure space. uncomment all three lines
//#define FAT16_DYNAMIC_MEM
//#define FAT16_malloc malloc
//#d
www.eeworm.com/read/277160/10658354
def _fat.def
#ifndef _FAT16_DEF_
// Define FAT16_DYNAMIC_MEM to use malloc for allocating
// FILE structure space. uncomment all three lines
//#define FAT16_DYNAMIC_MEM
//#define FAT16_malloc malloc
//#d
www.eeworm.com/read/277160/10658469
def _fat.def
#ifndef _FAT16_DEF_
// Define FAT16_DYNAMIC_MEM to use malloc for allocating
// FILE structure space. uncomment all three lines
//#define FAT16_DYNAMIC_MEM
//#define FAT16_malloc malloc
//#d
www.eeworm.com/read/273826/10899748
h misc.h
#ifndef _NTFS_MISC_H_
#define _NTFS_MISC_H_
void *ntfs_calloc(size_t size);
void *ntfs_malloc(size_t size);
#endif /* _NTFS_MISC_H_ */
www.eeworm.com/read/273738/10903019
txt main.txt
/*主程序main.。用来测试文件系统的各种设计功能,其主要功能描述如程序设计中的第4部分*/
#include
#include "filesys.h"
struct hinode hinode[NHINO];
struct dir dir;
struct file sys_ofile [SYSOPENFILE];
struct filsys filsys;
www.eeworm.com/read/407834/6919677
h memp_std.h
/*
* SETUP: Make sure we define everything we will need.
*
* We have create three types of pools:
* 1) MEMPOOL - standard pools
* 2) MALLOC_MEMPOOL - to be used by mem_malloc in mem.c
* 3)
www.eeworm.com/read/465286/7052776
txt 文件系统使用说明.txt
1、fs.c
int FS_Init(void)
使用文件系统之前必须调用 FS_Init() 完成初始化!并在其返回值不为 0 时文件系统才可用!
FS_Init() 中 FS_VariableInit() 发必须调用,后期如果改用 MALLOC 可能不在需要!
2、
关于 FS_Init() 中加载磁盘说明:
文件系统初始化调用 FS_AddDevice() 完
www.eeworm.com/read/105767/7109052
c gsm_destroy.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/459541/7274027
def _fat.def
#ifndef _FAT16_DEF_
// Define FAT16_DYNAMIC_MEM to use malloc for allocating
// FILE structure space. uncomment all three lines
//#define FAT16_DYNAMIC_MEM
//#define FAT16_malloc malloc
//#d