代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/276620/10722705
c malloc.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/350637/10724390
c malloc.c
#include
#include
void main(void)
{
char *string;
int *int_values;
float *float_values;
if ((string = (char *) malloc(50)))
printf("Successfully alloc
www.eeworm.com/read/276309/10748767
c malloc.c
#include
#include
void main(void)
{
char *string;
int *int_values;
float *float_values;
if ((string = (char *) malloc(50)))
printf("Successfully alloc
www.eeworm.com/read/350250/10752939
c malloc.c
www.eeworm.com/read/350249/10753134
c malloc.c
www.eeworm.com/read/349824/10798320
dsp malloc.dsp
# Microsoft Developer Studio Project File - Name="malloc" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) St
www.eeworm.com/read/419475/10866069
h malloc.h
www.eeworm.com/read/418794/10896003
o malloc.o
www.eeworm.com/read/418794/10896006
d malloc.d
ARM\ RAM\ Release\ with\ optimisation/malloc.o: \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/JuiceBox\ startup/malloc.c \
C:/Documents\ and\ Settings/Povilas/My\ Documen
www.eeworm.com/read/418794/10896165
h malloc.h
#ifndef MALLOC_H
#define MALLOC_H
#include "stdint.h"
#define xTChunk u32
//----------------------------------------
void wMallocInit (u32 ulMemorySize, u32 *pulMemoryStart);
void *wMa