代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/480968/6654763
cpp despreadspectrum.cpp
#include
#include
#include
#include
int *despreadspectrum(int *string_despreadspectrum)
{
int *pi = (int *)malloc(384*64*sizeof(int));
int *
www.eeworm.com/read/222350/14695602
c matrixio.c
/* Copyright (C) 1999, 2000, 2001, 2002, Massachusetts Institute of Technology.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ
www.eeworm.com/read/170881/5402717
c matrixio.c
/* Copyright (C) 1999, 2000, 2001, 2002, Massachusetts Institute of Technology.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ
www.eeworm.com/read/167185/5465137
foo
eopen.o:
U __iob
00000000 T _eopen
000002c4 T _eopen2
U _exit
U _fea_file_type
U _file_type
U _fopen
U _fprintf
U _perror
U _re
www.eeworm.com/read/162614/5530460
c 20040517-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-alias1-vops" } */
extern void abort (void);
int a;
extern void __attribute__ ((malloc)) *foo ();
void bar (void)
{
a = 1;
foo ();
www.eeworm.com/read/161121/5559242
makefile
# File: drivers/sym53c8xx/Makefile
# Makefile for the NCR/SYMBIOS/LSI 53C8XX PCI SCSI controllers driver.
list-multi := sym53c8xx.o
sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_m
www.eeworm.com/read/367274/9763117
c vsnprintf.c
/*
* vsnprintf()
*
* Poor substitute for a real vsnprintf() function for systems
* that don't have them...
*/
#include "compiler.h"
#include
#include
#include
www.eeworm.com/read/103666/15726905
h util.h
/*
Copyright (c) 1999 Rafal Wojtczuk . All rights reserved.
See the file COPYING for license details.
*/
#ifndef _NIDS_UTIL_H
#define _NIDS_UTIL_H
#define mknew(x) (x *)test_
www.eeworm.com/read/100766/15864889
h support.h
/*
* support.h
* Header file for specific support.c
*
* Copyright (C) 1997 R間is Duchesne
*/
/* Debug levels */
#define DEBUG_OTHER 1
#define DEBUG_MALLOC 2
#define DEBUG_BSD 4
#define D
www.eeworm.com/read/100282/15878005
h support.h
/*
* support.h
* Header file for specific support.c
*
* Copyright (C) 1997 R間is Duchesne
*/
/* Debug levels */
#define DEBUG_OTHER 1
#define DEBUG_MALLOC 2
#define DEBUG_BSD 4
#define D