代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/281827/4112401

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/281827/4112414

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/279968/4131140

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
www.eeworm.com/read/277987/4148245

c svm-train.c

#include #include #include #include #include "svm.h" #include "mex.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) struct svm_model {
www.eeworm.com/read/268663/4251238

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/432474/1892904

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/429513/1948572

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/418308/2091398

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/405664/2286840

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/400890/2345262

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