代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/450547/7481728
html c_testctrl_benign_malloc_hooks.html
Testing Interface Operation Codes
body {
margin: auto
www.eeworm.com/read/366702/2883643
c wo_prof_malloc_size_var.c
/* { dg-do compile } */
/* { dg-do run } */
#include
typedef struct
{
int a;
float b;
}str_t;
#define N 1000
int
main ()
{
int i, num;
num = rand();
str_t * p = malloc (num *
www.eeworm.com/read/272216/10965551
cpp sjjg.cpp
#include
#include
#include
#include
#define MALLOC (struct str *)malloc(sizeof str)
#define ENTER printf("\n")
#define STRLEN 81
struct str
{
char ch[ST
www.eeworm.com/read/221251/14752346
cpp tsp.cpp
#include
#include
#include
typedef struct node{
int x;
int *ptr;
struct node *next;
}Node;
__int64 *CN = NULL;
int **CreatIntArray_2(int **Head,int m,in
www.eeworm.com/read/207008/15284231
sgi readme.sgi
Performance of the incremental collector can be greatly enhanced with
-DNO_EXECUTE_PERMISSION.
The collector should run with all of the -32, -n32 and -64 ABIs. Remember to
define the AS macro in the
www.eeworm.com/read/440151/6966218
h ptmalloc.h
/* Prototypes and definition for malloc implementation.
Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free softwa