代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/258142/11882218
java mosdisk.java
//已调试;
public class MosDisk {
byte[] disk_data = new byte[FinalVar.DISK_MAX_CAP];
byte[] disk_malloc_table = new byte[FinalVar.DISK_PAGE_MAXCAP];
byte[] disk_in_table = new byte[FinalVar.SPOOLI
www.eeworm.com/read/154677/11938934
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
www.eeworm.com/read/154244/11978576
c fir coefficient generation.c
#include
#include
#include
#include
#include
#include "FIR Coefficient Generation.h"
void Ideal_Lowpass(float Lambda_1, unsigned short Num_Tap
www.eeworm.com/read/152838/12079011
cpp 复件 gzj.cpp
#include
#include
void hardlim(float **pW, int *p2, float *p3);//test
bool iszeroE(int *ptQ, int *pA); //test
void w_and_ep(float **pW, int *pE, int*p2);
void b_and_e(floa
www.eeworm.com/read/252693/12267618
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
www.eeworm.com/read/230045/14307919
h blockalloc.h
/* blockalloc.h
*
* Mark Johnson, 14th November 1998
*
* A memory allocator in which all blocks must be freed
* simultaneously.
*/
#ifndef BLOCKALLOC_H
#define BLOCKALLOC_H
#include
www.eeworm.com/read/230045/14307940
h mmm.h
/* mmm.h
*
* Mark's memory manager
*
* Defines CALLOC, MALLOC, REALLOC and FREE, which are just like the
* standard versions, except that these do varying amounts
* of sanity checking, dep
www.eeworm.com/read/230010/14309218
cpp def_logcosh1.cpp
#include
#include
#include
void mat_transpose (float *, int , int , float *);
void mat_mult (float *, int , int , float *, int , int , float *);
/* Def_logcosh1-w修
www.eeworm.com/read/226715/14453861
h memchk.h
#ifndef __MEMCHK_H__
#define __MEMCHK_H__
/*----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
www.eeworm.com/read/224932/14562295
c mem.c
/**
* Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de).
* All rights reserved. See file LICENSE for licence and copyright
* information.
*
*/
#include "config.h"
#include
#if