代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/292797/8332673
m4 dmalloc.m4
## ----------------------------------- ##
## Check if --with-dmalloc was given. ##
## From Franc,ois Pinard ##
## ----------------------------------- ##
# serial 1
AC_DEFUN(AM_WITH_DM
www.eeworm.com/read/174305/9597844
c transferfileclient.c
#ifndef __TRANSFER_FILE_CLIENT_C__
#define __TRANSFER_FILE_CLIENT_C__
#include "function.h"
#include "TransferFile.h"
typedef SOCKET * PSOCKET;
typedef struct _THREAD_CONTEXT{
WORD
www.eeworm.com/read/414255/11123092
c token.c
#include "lex.h"
#include "salloc.h"
#include "token.h"
#include "io.h"
#include
#include
#include
Token *new_token(void)
{
Token *token = safe_malloc(sizeof(To
www.eeworm.com/read/414255/11123241
c type.c
#include "error.h"
#include "salloc.h"
#include "type.h"
#include
Type *new_simple_type(Type_subtype subtype)
{
Type *type = safe_malloc(sizeof(Type));
type->subtype = subtype;
www.eeworm.com/read/412035/11216994
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
extern void *s_malloc(size_t size);
extern char *fget_str(char *s, int n, FILE *stream);
#endif
www.eeworm.com/read/133340/14048622
c gsm_destroy.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/203945/15348484
cpp gsm_destroy.cpp
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/203291/15362832
c main.c
/*----------------------------------------------------------
* Copyright (c) 2003, 北京邮电大学移动通信实验室
* All rights reserved.
*
* 文件名称:main.c
* 文件标识:
* 摘 要:Turbo仿真主程序.
*
* 当前版本:1.0
* 作 者:张鹏
www.eeworm.com/read/203291/15362842
c main.c
/*----------------------------------------------------------
* Copyright (c) 2003, 北京邮电大学移动通信实验室
* All rights reserved.
*
* 文件名称:main.c
* 文件标识:
* 摘 要:Turbo仿真主程序.
*
* 当前版本:1.0
* 作 者:张鹏
www.eeworm.com/read/110833/15524209
c qr.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "mpi.h"
#define a(x,y) a[x*M+y]
#define q(x,y) q[x*M+y]
#define A(x,y) A[x*M+y]
#define Q(x,y) Q[x*M+y]
#define R(x,y) R[x*M+y]
floa