代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/177235/5331248
h mibincl.h
/*
* mibincl.h
*/
#include
#include
#if HAVE_STDLIB_H
#include
#endif
#if HAVE_MALLOC_H
#include
#endif
#if TIME_WITH_SYS_TIME
# ifdef WIN32
# includ
www.eeworm.com/read/271875/4221205
h mibincl.h
/*
* mibincl.h
*/
#include
#include
#if HAVE_STDLIB_H
#include
#endif
#if HAVE_MALLOC_H
#include
#endif
#if TIME_WITH_SYS_TIME
# ifdef WIN32
# includ
www.eeworm.com/read/368257/9703707
c list.c
// file: List.c
#include "list.h"
#include
bool InitList(Linklist *L)
{
L->head = L->tail = (evt_node *)malloc(sizeof(evt_node));
if (!L->head)return false;
L->head->
www.eeworm.com/read/266126/11239058
cpp a1.cpp
#include // malloc()等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#include // cout,cin
// 函数结果状态代码
#define NULL 0
#define TRUE 1
#define
www.eeworm.com/read/335817/12496740
cpp sqlist.cpp
#include
#include
#include /* malloc()等 */
#include /* INT_MAX等 */
#include /* EOF(=^Z或F6),NULL */
#include /* atoi() */
#include
www.eeworm.com/read/249248/12515159
c hanshu.c
#include
#include
#include "opreations.h"
// 初始化操作
int init_list(Sqlist *D)
{
D->data=(ElemType *)malloc(sizeof(ElemType)*MaxSize); // 储存空间的初始量
D->data=mal
www.eeworm.com/read/334325/12612203
c video.c
// read video frame
#include "config.h"
#include
#ifdef HAVE_MALLOC_H
#include
#endif
#include
#include
#include
#include "mp_msg.h"
#include "
www.eeworm.com/read/390949/8432189
in configure.in
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT(main.cpp)
AM_INIT_AUTOMAKE(cameraShow,1.0)
#
www.eeworm.com/read/147331/5732103
am makefile.am
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
noinst_LIBRARIES = lib.a
lib_a_SOURCES = setjmp.S
www.eeworm.com/read/124347/6051564
am makefile.am
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
noinst_LIBRARIES = lib.a
lib_a_SOURCES = setjmp.S