代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2872277
c eb32.c
// { dg-do assemble }
class A {
public:
void malloc(unsigned int);
};
void A::malloc(unsigned int) {}
void foo() {
A a;
a.malloc(3); //
www.eeworm.com/read/290592/8473669
aix_5l_notes
[ From: Freddie M ]
Here is a howto for dmalloc using AIX 5L and xlc
For xlc compiler:
1. CC='xlc_r' ./configure --enable-threads
2. settings.h
ifndef LOCK_THREADS
#define LOCK_THREADS 1
www.eeworm.com/read/188503/8535282
c y4mhist.c
/*
* $Id: y4mhist.c,v 1.2 2005/03/30 18:48:44 sms00 Exp $
*
* Simple program to print a crude histogram of the Y'CbCr values for YUV4MPEG2
* stream. Usually used with a small number (single) of f
www.eeworm.com/read/289455/8550183
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/383177/8964388
c init_data_hdr.c
/*===========================================================================*/
/* SEED reader | init_data_hdr | process data */
/*======================================
www.eeworm.com/read/283576/9006104
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/184772/9077907
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/381627/9081483
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/377683/9265811
c fault.c
/*
** 2008 Jan 22
**
** 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 fo
www.eeworm.com/read/175933/9525249
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.
#
#*************************************