代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/160113/7334926

c tmemcheck.c

/****************************************************************************** * Memory Checker * * Copyright (C) 2002 Hal Duston
www.eeworm.com/read/448948/7521532

h cms_wapmalloc.h

/****************************************************************************** C H E A D E R F I L E (c) Copyright MobileSoft Technology (NanJing) Co.,LTD. 2001-2002 ALL RIGHTS RESERVED
www.eeworm.com/read/448642/7528824

h lintok.h

#ifndef INCLUDED_LINTOK /* $Header: /grads6/bobl/src/lib/lintok/RCS/lintok.h,v 1.3 1995/02/15 00:15:11 bobl Exp bobl $ */ /* * These definitions stop lint from complaining about malloc, calloc
www.eeworm.com/read/435917/7781224

test async2.test

# # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*************************************
www.eeworm.com/read/240985/13181176

cpp demo02_1.cpp

//Demo02_1 #include "linklist.h" #define n 10 typedef int Arr1[n]; Arr1 a; void Create1(link &l) //算法:从A[n]读数据建正向单链表 { link r,s; l=(link)malloc(sizeof(struct node)); r=l; //产生头结点,并
www.eeworm.com/read/319814/13441710

c handle.c

/* libdrcom - Library for communicating with DrCOM 2133 Broadband Access Server Copyright (C) 2005 William Poetra Yoga Hadisoeseno This program is free software; you can
www.eeworm.com/read/316177/13528777

h lintok.h

#ifndef INCLUDED_LINTOK /* $Header: /grads6/bobl/src/lib/lintok/RCS/lintok.h,v 1.3 1995/02/15 00:15:11 bobl Exp bobl $ */ /* * These definitions stop lint from complaining about malloc, calloc
www.eeworm.com/read/308670/13696680

p2 list.p2

new_item_ptr = malloc(sizeof(struct item)); new_item_ptr->value = value; /* Set value of item */ before_ptr->next_ptr = new_item_ptr; new_item_ptr->next_ptr = after_ptr; }
www.eeworm.com/read/304851/13784948

c mulalloc.c

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ /* Malloc many pointers at the same time */ /*
www.eeworm.com/read/135954/13883760

h lintok.h

#ifndef INCLUDED_LINTOK /* $Header: /grads6/bobl/src/lib/lintok/RCS/lintok.h,v 1.3 1995/02/15 00:15:11 bobl Exp bobl $ */ /* * These definitions stop lint from complaining about malloc, calloc