代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/489559/1218317
src dlmalloc.src
/* ---------- To make a malloc.h, start cutting here ------------ */
/*
A version of malloc/free/realloc written by Doug Lea and released to the
public domain. Send questions/comments/complaints
www.eeworm.com/read/233554/4666317
readme
This is Electric Fence 2.0.5
Electric Fence is a different kind of malloc() debugger. It uses the virtual
memory hardware of your system to detect when software overruns the boundaries
of a malloc()
www.eeworm.com/read/232130/4705319
def win32.def
NAME MALLOC1
DESCRIPTION 'C Malloc Demo Chapter 2 (c)1993-1995 Microsoft Corp'
CODE PRELOAD DISCARDABLE
DATA PRELOAD MULTIPLE
www.eeworm.com/read/192449/5155530
c compat.c
#include
#include
void *Malloc(size_t n)
{
Print("Malloc not implemented in user mode\n");
return 0;
}
www.eeworm.com/read/192449/5155638
c compat.c
#include
#include
void *Malloc(size_t n)
{
Print("Malloc not implemented in user mode\n");
return 0;
}
www.eeworm.com/read/192449/5155753
c compat.c
#include
#include
void *Malloc(size_t n)
{
Print("Malloc not implemented in user mode\n");
return 0;
}
www.eeworm.com/read/192449/5155887
c compat.c
#include
#include
void *Malloc(size_t n)
{
Print("Malloc not implemented in user mode\n");
return 0;
}
www.eeworm.com/read/192449/5155980
c compat.c
#include
#include
void *Malloc(size_t n)
{
Print("Malloc not implemented in user mode\n");
return 0;
}
www.eeworm.com/read/192449/5156108
c compat.c
#include
#include
void *Malloc(size_t n)
{
Print("Malloc not implemented in user mode\n");
return 0;
}
www.eeworm.com/read/192449/5156264
c compat.c
#include
#include
void *Malloc(size_t n)
{
Print("Malloc not implemented in user mode\n");
return 0;
}