代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/322306/3526334
c mstats.c
/* VxWorks provides its own version of malloc, and we can't use this
one because VxWorks does not provide sbrk. So we have a hook to
not compile this code. */
#ifdef MALLOC_PROVIDED
int _dum
www.eeworm.com/read/298657/3861900
c mstats.c
/* VxWorks provides its own version of malloc, and we can't use this
one because VxWorks does not provide sbrk. So we have a hook to
not compile this code. */
#ifdef MALLOC_PROVIDED
int _dum
www.eeworm.com/read/279968/4131110
c mstats.c
/* VxWorks provides its own version of malloc, and we can't use this
one because VxWorks does not provide sbrk. So we have a hook to
not compile this code. */
#ifdef MALLOC_PROVIDED
int _dum
www.eeworm.com/read/436018/1857021
h memp_std.h
/*
* SETUP: Make sure we define everything we will need.
*
* We have create three types of pools:
* 1) MEMPOOL - standard pools
* 2) MALLOC_MEMPOOL - to be used by mem_malloc in mem.c
www.eeworm.com/read/398510/2377947
h memp_std.h
/*
* SETUP: Make sure we define everything we will need.
*
* We have create three types of pools:
* 1) MEMPOOL - standard pools
* 2) MALLOC_MEMPOOL - to be used by mem_malloc in mem.c
www.eeworm.com/read/385649/2587106
h cacheheap.h
/* -*- C++ -*- */
#ifndef _CACHEHEAP_H_
#define _CACHEHEAP_H_
template
class CacheHeap : public Super {
public:
inline void * malloc (size_t sz) {
void * ptr = mySuper.malloc
www.eeworm.com/read/367342/9755779
c heapnode.c
#include
#include
void main(void)
{
char *buffer, *second_buffer;
int i, state;
buffer = (char *) malloc(100);
second_buffer = (char *) malloc(100);
s
www.eeworm.com/read/367342/9755820
c heapchk.c
#include
#include
void main(void)
{
char *buffer, *second_buffer;
int i, state;
buffer = (char *) malloc(100);
second_buffer = (char *) malloc(100);
s
www.eeworm.com/read/147410/12553954
c heapnode.c
#include
#include
void main(void)
{
char *buffer, *second_buffer;
int i, state;
buffer = (char *) malloc(100);
second_buffer = (char *) malloc(100);
s
www.eeworm.com/read/147410/12554026
c heapchk.c
#include
#include
void main(void)
{
char *buffer, *second_buffer;
int i, state;
buffer = (char *) malloc(100);
second_buffer = (char *) malloc(100);
s