代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/125688/6027115
c phys_lmm_add.c
/*
* Copyright (c) 1995, 1998, 1999 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open sour
www.eeworm.com/read/117726/14906849
pl gen_realloc2.pl
#!/usr/bin/perl
$out_filename = "realloc2.rep";
$realloc_size = 4092;
$size_increment = 5;
$malloc_size = 16;
$num_iters = 4800;
# Open output file
open OUTFILE, ">$out_filename" or die "Cannot crea
www.eeworm.com/read/117726/14906883
pl gen_realloc.pl
#!/usr/bin/perl
$out_filename = "realloc.rep";
$realloc_size = 512;
$size_increment = 128;
$malloc_size = 128;
$num_iters = 4800;
# Open output file
open OUTFILE, ">$out_filename" or die "Cannot cre
www.eeworm.com/read/117724/14907346
pl gen_realloc2.pl
#!/usr/bin/perl
$out_filename = "realloc2.rep";
$realloc_size = 4092;
$size_increment = 5;
$malloc_size = 16;
$num_iters = 4800;
# Open output file
open OUTFILE, ">$out_filename" or die "Cannot crea
www.eeworm.com/read/117724/14907380
pl gen_realloc.pl
#!/usr/bin/perl
$out_filename = "realloc.rep";
$realloc_size = 512;
$size_increment = 128;
$malloc_size = 128;
$num_iters = 4800;
# Open output file
open OUTFILE, ">$out_filename" or die "Cannot cre
www.eeworm.com/read/162810/5513448
ini obj_list.ini
##
## Name of the application to build
##
BinName = vm_plus
SFX_WIN = .lib
SFX_LNX = .a
OBJS = \
$(ObjDir)\umc_event$(OBJSFX) \
$(ObjDir)\umc_malloc$(OBJSFX) \
$(ObjDir)\umc_mmap$(OBJ
www.eeworm.com/read/248697/12545761
h sos_error_types.h
/* -*- Mode: C; tab-width:4 -*- */
/* ex: set ts=4 shiftwidth=4 softtabstop=4 cindent: */
/**
* @file sos_error_types.h
* @brief Error Types in the SOS Kernel
* @author Ram Kumar {ram@ee.ucla.edu}
www.eeworm.com/read/105882/15656336
h slinclud.h
#ifndef _SLANG_INCLUDE_H_
#define _SLANG_INCLUDE_H_
#include "config.h"
#include "sl-feat.h"
#include
#include
#if defined(__QNX__) && defined(__WATCOMC__)
# include
#