代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/100266/15879187
vtc line.vtc
LINE ?:= alloc(5, Twtype);
LINE->name = "Line";
LINE->init = .nothing;
func line_netread(line) [style] {
style = check_triggers(line);
if (style != S_NOHISTGAG)
line_output(line, style);
}
LINE->
www.eeworm.com/read/100266/15879193
vtc world.vtc
Twtype ?:= new_assoc();
Tworld ?:= new_assoc();
worlds ?:= make_tree(.stricmp);
func new_world(type, name, addr, port) [world] {
world = alloc(4, Tworld);
world->type = type;
world->name = name;
www.eeworm.com/read/100266/15879252
vtc unter.vtc
if (!depend_loaded) Load("depend");
register_file("unter");
file_depends_on("rmtio");
UNTER ?:= alloc(5, Twtype);
UNTER->name = "Unter";
func unter_init(world, rmt, login) {
mud_init(world, rmt, log
www.eeworm.com/read/127438/6005413
c carutil.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpidimpl.h"
#include "blockallocator.h"
BlockAlloc
www.eeworm.com/read/103451/6216067
h stl_apcc.h
// STLport config file for Apogee 4.x
# define __STL_NO_NEW_NEW_HEADER 1
# define __STL_HAS_NO_NEW_IOSTREAMS 1
# define __STL_HAS_NO_NEW_C_HEADERS 1
# define __STL_RAND48 1
# define __ST
www.eeworm.com/read/163883/5506909
h stl_apcc.h
// STLport config file for Apogee 4.x
# define __STL_NO_NEW_NEW_HEADER 1
# define __STL_HAS_NO_NEW_IOSTREAMS 1
# define __STL_HAS_NO_NEW_C_HEADERS 1
# define __STL_RAND48 1
# define __ST
www.eeworm.com/read/288515/8627727
c coord.c
#include
#include
#include "coord.h"
struct coords *alloc_coords(int n) {
struct coords *c;
if (c = malloc(sizeof(struct coords)))
init_coords(c, n);
#ifdef DEBUG
else
www.eeworm.com/read/387865/8650007
c kmul.c
#include
#include "flint.h"
#include "kmul.h"
#define NO_ASSERTS
#ifdef FLINT_DEBUG
#undef NO_ASSERTS
#define ASSERT_LOG_AND_QUIT
#include "_assert.h"
#include "_alloc.h"
#if
www.eeworm.com/read/287151/8716828
c 138.c
#include
#include
#include
#include
#include
void main()
{
void * ptr;
int gd=9,gm=2;
float i;
/*registerbgidriver(EGAVGA_driver);*/
www.eeworm.com/read/282768/9064196
c 138.c
#include
#include
#include
#include
#include
void main()
{
void * ptr;
int gd=9,gm=2;
float i;
/*registerbgidriver(EGAVGA_driver);*/