代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/181930/9224894
c qr.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "mpi.h"
#define a(x,y) a[x*M+y]
#define q(x,y) q[x*M+y]
#define A(x,y) A[x*M+y]
#define Q(x,y) Q[x*M+y]
#define R(x,y) R[x*M+y]
floa
www.eeworm.com/read/180119/9319002
c badblockmanagement.c
#include "OSModule_MemoryManagement.h"
#include "HardwareAdaptationLayer.h"
#include "LLD.h"
#include "BadBlockManagement.h"
#include "FalUserDirective.h"
/*number of bad block
www.eeworm.com/read/374502/9401877
h functions.h
/*
* functions.h -- header file for functions.c
*
* Copyright 1995, 2002 EPIC Software Labs
* See the COPYRIGHT file for copyright information
*/
#ifndef __functions_h__
#define __functions_h__
www.eeworm.com/read/169684/9846190
c test.c
#include
#include "p2linux.h"
int main()
{
int error;
unsigned long ptid, nbuf;
void* seg_addr;
seg_addr = ts_malloc(100);
error = pt_create("pt1", seg_addr, 0, 10
www.eeworm.com/read/169684/9846234
c test.c
#include
#include "p2linux.h"
int main()
{
int error;
unsigned long ptid, nbuf;
void* seg_addr;
seg_addr = ts_malloc(100);
error = pt_create("pt1", seg_addr, 0, 10
www.eeworm.com/read/363056/9969722
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/166778/9999144
m4 dmalloc.m4
## ----------------------------------- ##
## Check if --with-dmalloc was given. ##
## From Franc,ois Pinard ##
## ----------------------------------- ##
# serial 1
AC_DEFUN([AM_WITH_D
www.eeworm.com/read/352714/10522251
c phys_lmm_init.c
/*
* phys_lmm_init.c
* Modified for use in 15-410 at CMU
* Zachary Anderson(zra)
*/
/*
* Copyright (c) 1995-1999 University of Utah and the Flux Group.
* All rights reserved.
*
* This file i
www.eeworm.com/read/351656/10632950
c qr.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "mpi.h"
#define a(x,y) a[x*M+y]
#define q(x,y) q[x*M+y]
#define A(x,y) A[x*M+y]
#define Q(x,y) Q[x*M+y]
#define R(x,y) R[x*M+y]
floa
www.eeworm.com/read/277160/10657880
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