代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/377683/9266708
test mallocb.test
# 2007 May 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself
www.eeworm.com/read/140797/7147181
h sysconfig.h
/*
* klibc/sysconfig.h
*
* Allows for definitions of some things which may be system-dependent
*/
#ifndef _KLIBC_SYSCONFIG_H
#define _KLIBC_SYSCONFIG_H
/*
* Define this to obtain memory using s
www.eeworm.com/read/136849/5843108
h aci_mem.h
/*
+-----------------------------------------------------------------------------
| Project :
| Modul : J:\g23m-aci\aci\aci_mem.h
+--------------------------------------------------------
www.eeworm.com/read/123453/14631968
c gwmem-native.c
/*
* gwmem-native.h - memory managment wrapper functions, native flavor
*
* Lars Wirzenius
*/
#include
#include
#include
#include "gwlib.h"
/*
* In this module
www.eeworm.com/read/123453/14632635
c gwmem-native.c
/*
* gwmem-native.h - memory managment wrapper functions, native flavor
*
* Lars Wirzenius
*/
#include
#include
#include
#include "gwlib.h"
/*
* In this module
www.eeworm.com/read/100237/15879805
c string.c
/*
* (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).
* You may copy, distribute, and use this software as long as this
* copyright statement is not removed.
*/
#include
#i
www.eeworm.com/read/207008/15284240
h gc_amiga_redirects.h
#ifndef GC_AMIGA_REDIRECTS_H
# define GC_AMIGA_REDIRECTS_H
# if ( defined(_AMIGA) && !defined(GC_AMIGA_MAKINGLIB) )
extern void *GC_amiga_realloc(void *old_object,size_t new_size_in_bytes);
#
www.eeworm.com/read/290592/8473662
aix_notes
From: Martin Krumpolec
Sent: Tuesday, June 23, 1998 1:11 PM
Subject: RE: dmalloc - bug report ?
> The problem seems to be that certain libc calls which allocate
> memory (strdup for instance) somehow
www.eeworm.com/read/290592/8473666
pl ra_info.pl
#!/usr/bin/perl
#
# script to run gdb on return-addresses
# Usage: $0 malloc-log-file binary
#
# Copyright 2000 by Gray Watson
#
# This file is part of the dmalloc package.
#
# Permission to use, copy
www.eeworm.com/read/290204/8496992
c rinv.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int rinv(n,a)
int n;
double a[];
{ int *is,*js,i,j,k,l,u,v;
double d,p;
is=malloc(n*sizeof(int));
js=mallo