代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/300254/13924351

cpp tmndec.cpp

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/204429/15339843

c file.c

/*-*-linux-c-*-*/ /* * gnewtellium - Newtella for Unix * Copyright (C) 2001 Elias Athanasopoulos * * 01/07/2001 - patch to include subdirectories with mp3s * when selecting a sh
www.eeworm.com/read/203071/15365758

c radtr.c

#include "pdc1.h" void calculate_Akm(); float Ki2(float), Ki1(float), zK1(float), IB1(float), omega(float), ei1m(float), GE0(float), J0(float); float aK1I0(float, float), bK0I1(float, float),
www.eeworm.com/read/113266/15465123

doc isreserv.doc

ISRESERV ISRESERV Reserve dynamic memory for use in ISR #include int isreserv(size_t reserve,
www.eeworm.com/read/112635/15481314

doc isreserv.doc

ISRESERV ISRESERV Reserve dynamic memory for use in ISR #include int isreserv(size_t reserve,
www.eeworm.com/read/107858/15598780

txt 嵌入式内存管理.txt

嵌入式系统中对内存分配(转帖) 摘要:实时性、可靠性的要求,使得许多嵌入式应用使用自己的内存管理程序。本文探讨嵌入式系统中对内存管理的要求、存在的问题以及可能的解决策略;介绍一种“一次分配,多次使用”的动态内存分配方法,并给出2个例子。 关键词:嵌入式系统 内存管理 一次分配多次使用 1 嵌入式系统中对内存分配的要求 ①快速性。嵌入式系统中对实时性的保证,要求内 ...
www.eeworm.com/read/105103/15677771

h stdlib.h

/*-------------------------------------------------------------------------- STDLIB.H Standard functions. Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved
www.eeworm.com/read/104361/15697255

c slp.c

#include "util.h" #include "slp.h" A_stm A_CompoundStm(A_stm stm1, A_stm stm2) { A_stm s = checked_malloc(sizeof *s); s->kind=A_compoundStm; s->u.compound.stm1=stm1; s->u.compound.stm2=stm2;
www.eeworm.com/read/391707/8389678

c cannon.c

#include #include #include #include #include #include /* 全局变量声明 */ float **A, **B, **C; /* 总矩阵,C = A * B */ float *a, *
www.eeworm.com/read/192259/8391329

c tshm.c

#include #include #include #include "ourhdr.h" #define ARRAY_SIZE 40000 #define MALLOC_SIZE 100000 #define SHM_SIZE 100000 #define SHM_MODE (SHM_R | SHM