代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/318603/3567955

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/317812/3576361

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/317812/3577608

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/314225/3639182

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/303768/3808462

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/299060/3856364

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/298657/3861930

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/296544/3902998

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/287839/4016526

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/282272/4106389

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);