代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/226641/4782751
ver sis_main.ver
#define __ver_sis_malloc a3329ed5
#define sis_malloc _set_ver(sis_malloc)
#define __ver_sis_free ced25333
#define sis_free _set_ver(sis_free)
#define __ver_sis_dispinfo 601b25a5
#define sis_dispinfo _
www.eeworm.com/read/431298/8690200
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/287151/8717678
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/282768/9064970
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/366448/9813178
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/366144/9829821
h cptc_geomsh_utils.h
#ifndef cptc_geomsh_utils_h
#define cptc_geomsh_utils_h
/* define memory allocation symbols */
#define cptc_malloc malloc
#ifdef __cplusplus
extern "C" {
#endif
#include
#inc
www.eeworm.com/read/280938/10278209
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/470209/6915199
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/456569/7345168
c port.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: my_malloc
* Purpose: malloc from the far heap
* Date: April 1, 1993
* Passed: mem:
www.eeworm.com/read/298988/7901471
c linklist.c
#include
#include
#include
#include"Linklist.h"
linklist *Creat(void)
{
linklist *head=NULL;
head=(linklist *)malloc(sizeof(linklist));
head->next=NULL;