代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/259865/11761082
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/345575/11808300
cpp mem_alloc.cpp
/*
* mem_alloc.cpp: This file contains memory allocation functions.
* Every memory alloction of the solver are made through functions in
* this file (see structures.h).
*
* The following functio
www.eeworm.com/read/258521/11858505
java mosmm.java
import java.awt.Color;
//为了方便系统进程2所调用的通道2工作顺利开展,此类改了两处:1、19行至61行;2、87行至88行;
//如有意见,另行讨论;
class MosMM
{
//保存用户区数据
private byte[] mm_user_data = null;
//保存用户区数据分配表
private byte[] mm_mal
www.eeworm.com/read/258142/11882127
java mosmm.java
import java.awt.Color;
//为了方便系统进程2所调用的通道2工作顺利开展,此类改了两处:1、19行至61行;2、87行至88行;
//如有意见,另行讨论;
class MosMM
{
//保存用户区数据
private byte[] mm_user_data = null;
//保存用户区数据分配表
private byte[] mm_mal
www.eeworm.com/read/154957/11909800
h splint.h
/* global definitions and tables */
#include
#ifdef __TURBOC__
#include
#include
#include
#endif
#ifdef BSD
#include
#define far
#endif
www.eeworm.com/read/154848/11923074
c gmalloc.c
/* DO NOT EDIT THIS FILE -- it is automagically generated. -*- C -*- */
#define _MALLOC_INTERNAL
/* The malloc headers and source files from the C library follow here. */
/* Declarations for `mal
www.eeworm.com/read/343401/11951100
c 049.c
#include
#define PROG "./vul"
#define HEAP_LEN 128
int main(int argc, char **argv)
{
char **env;
char **arg;
char heap_buf[150];
char eggshell[]= /* Mudge's */
www.eeworm.com/read/256014/12036491
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/342008/12047584
c qld.c
/*
* QLD.C
*
* A Matlab MEX interface to Prof. K. Schittkowski's (Univ. of Bayreuth,
* Germany) and Prof. M.J.D. Powell's (Univ. of Cambridge, UK) FORTRAN QLD
* routine, kindly provided by Prof
www.eeworm.com/read/340194/12175480
cpp render_arena.cpp
/*
* Copyright (C) 2003 Apple Computer, Inc.
*
* Portions are Copyright (C) 1998 Netscape Communications Corporation.
*
* This library is free software; you can redistribute it and/or
* mo