代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/254997/12107649
c myprog13.c
/* Copyright (C) 2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Softw
www.eeworm.com/read/339323/12243173
c tree_sum.c
#include
#include
const int INVALID = -999999;
struct Node{
struct Node* l;
struct Node* r;
struct Node* p;
int data;
};
int sum_of_tree(struct Node* n)
{
int su
www.eeworm.com/read/150696/12270957
c safemalloc.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 */
/*
* [This posting refers to an article entitled
www.eeworm.com/read/250662/12393182
c invcreat.c
/*
** Function to create a SUBASSEMBLY inventory record.
*/
#include
#include
#include "inventor.h"
Invrec *
create_subassy_record( int n_parts )
{
Invrec *new_rec;
www.eeworm.com/read/250662/12393187
c alloc.c
/*
** Implementation for a less error-prone memory allocator.
*/
#include
#include "alloc.h"
#undef malloc
void *
alloc( size_t size )
{
void *new_mem;
/*
** Ask for the re
www.eeworm.com/read/148833/12422608
c tst-mstats.c
/* Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Wolfram Gloger , 2004.
The GNU C Library is free software; you can r
www.eeworm.com/read/148543/12461094
c gnu_iodemo.c
/*
* IODEMO.C: Demonstrates usage of printf, scanf and malloc with
* GNU Compiler (on ADuC7024)
* Copyright KEIL ELEKTRONIK GmbH and KEIL SOFTWARE, Inc. 2003 - 2004
*
* This
www.eeworm.com/read/129182/14259921
c mesh.c
#include "mesh.h"
struct mesh_2f *mushinit(int r, int c) {
int i, j;
struct mesh_2f *m;
m = (struct mesh_2f *)malloc(sizeof(struct mesh_2f));
m->r = r;
m->c = c;
m->m = (struct mpnt2f *
www.eeworm.com/read/230010/14309215
cpp fastica.cpp
#include
#include
#include
void rowcentre (float *, int, int, float * );
void mat_transpose (float *, int , int , float *);
void mat_mult (float *, int , int , flo
www.eeworm.com/read/229551/14330247
bak 更新说明.txt.bak
070622
使用440bx库中的malloc的ntohs,ntohl替换原来的readuint16.32函数;
070627
将__WINDOWS_TCP__修改容易记的__LITTLEENDIAN__