代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/480682/1315679
c flsocket.c
/*
* $Log: P:/user/amir/lite/vcs/flsocket.c_v $
*
* Rev 1.21 09 Jan 1998 17:10:00 Hdei
* changed MALLOC FREE to MALLOC_TFFS FREE_TFFS.
*
* Rev 1.21 29 Sep 1997 14:22:36 danig
www.eeworm.com/read/480145/1322434
c flsocket.c
/*
* $Log: P:/user/amir/lite/vcs/flsocket.c_v $
*
* Rev 1.21 09 Jan 1998 17:10:00 Hdei
* changed MALLOC FREE to MALLOC_TFFS FREE_TFFS.
*
* Rev 1.21 29 Sep 1997 14:22:36 danig
www.eeworm.com/read/456067/1608266
c queue.c
#include
#include
#include "csa_types.h"
extern char *nomem_msg;
queue q_create(size)
unsigned size;
{
queue q;
void exit();
q = (queue) malloc(sizeof(struct queue_st));
if (
www.eeworm.com/read/456067/1608279
c queue.c
#include
#include
#include "csa_types.h"
extern char *nomem_msg;
queue q_create(size)
unsigned size;
{
queue q;
void exit();
q = (queue) malloc(sizeof(struct queue_st));
if (
www.eeworm.com/read/233527/4666813
c queue.c
#include
#include
#include "csa_types.h"
extern char *nomem_msg;
queue q_create(size)
unsigned size;
{
queue q;
void exit();
q = (queue) malloc(sizeof(struct queue_st));
if (
www.eeworm.com/read/224327/4804650
c flsocket.c
/*
* $Log: P:/user/amir/lite/vcs/flsocket.c_v $
*
* Rev 1.21 09 Jan 1998 17:10:00 Hdei
* changed MALLOC FREE to MALLOC_TFFS FREE_TFFS.
*
* Rev 1.21 29 Sep 1997 14:22:36 danig
www.eeworm.com/read/209211/4981782
c acidleak.c
#include
#include
#include
void*
emalloc(ulong sz)
{
void *v;
v = malloc(sz);
if(v == nil)
sysfatal("malloc %lud fails\n", sz);
memset(v, 0, sz);
return v;
}
void*
ere
www.eeworm.com/read/203123/5041787
h os_types.h
#ifndef _OS_TYPES_H
#define _OS_TYPES_H
#define _ogg_malloc malloc
#define _ogg_calloc calloc
#define _ogg_realloc realloc
#define _ogg_free free
#ifdef _WIN32
# ifndef __GNUC_
www.eeworm.com/read/188946/5204569
h os_types.h
#ifndef _OS_TYPES_H
#define _OS_TYPES_H
#define _ogg_malloc malloc
#define _ogg_calloc calloc
#define _ogg_realloc realloc
#define _ogg_free free
#ifdef _WIN32
# ifndef __GNUC_
www.eeworm.com/read/340665/3270978
c valloc.c
#ifndef MALLOC_PROVIDED
/* valloc.c -- a wrapper for valloc_r and pvalloc_r. */
#include
#include
#include
#include
#ifndef _REENT_ONLY
_PTR
_DEFUN (vallo