代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/357046/3033241
h mallocconfig.h
#ifndef _MALLOC_SETTINGS_H
#define _MALLOC_SETTINGS_H
/*********************************************************************
** Title: Dynamic memory (de-)allocation library for wizC.
**
** Auth
www.eeworm.com/read/357046/3033249
h mallocconfig.h
#ifndef _MALLOC_SETTINGS_H
#define _MALLOC_SETTINGS_H
/*********************************************************************
** Title: Dynamic memory (de-)allocation library for wizC.
**
** Auth
www.eeworm.com/read/357046/3033261
h mallocconfig.h
#ifndef _MALLOC_SETTINGS_H
#define _MALLOC_SETTINGS_H
/*********************************************************************
** Title: Dynamic memory (de-)allocation library for wizC.
**
** Auth
www.eeworm.com/read/233448/4692478
c pass9-frag.c
#include
#include
#include
int main ()
{
char *foo;
char *bar;
foo = (char *)malloc (10);
bar = (char *)malloc (10);
free(foo);
foo = (char *)malloc (10);
bar[3] = 'w'
www.eeworm.com/read/233448/4692481
c pass8-frag.c
#include
#include
#include
int main ()
{
char *foo;
char *bar;
foo = (char *)malloc (10);
bar = (char *)malloc (10);
free(bar);
bar = (char *)malloc (10);
bar[6] = 'k'
www.eeworm.com/read/191979/8413600
h mvmemoryalloc.h
#ifndef _MVMEMORYALLOC_H_
#define _MVMEMORYALLOC_H_
/* from mem_align.c 20070122*/
void* xvid_malloc(size_t size, uint8_t alignment);
void xvid_free(void *mem_ptr);
#endif; /* _MEM_ALIGN
www.eeworm.com/read/282666/9076991
c misc.c
///////////////////////////////////////////////////////////////////////////////
//
// FileName : Misc.c
// Version : 1.0
// Author : Luo Cong
// Date : 2004-09-02 9
www.eeworm.com/read/164189/10123313
c mem_alloc.c
# include
# include "ansi_parse.h"
# include
# include
static char sccsid[] = "@(#)mem_alloc.c 1.2 4/26/95";
static int n_strings = 0,
n_text = 0,
n_tokens
www.eeworm.com/read/281005/10272829
c scfirst.c
//-----------------------------------------------------------------------------
// Contents: main module of a simple firmware
//
// Copyright: Inventec Electronics(Tianjin) Co., Ltd.
// $Archive:
www.eeworm.com/read/325717/13188118
cmd lnk.cmd
-c
-heap 0x4000
-stack 0x1000
MEMORY
{
vecs: o = 00000000h l = 400h
IRAM: o = 00000400h l = 00007C00h
DMEM: o = 00008000h l = 00004000h
MALLOC: o = 0000c0