代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/342088/3240309
c alloc.c
#include
#include
#include
#include
/*
#define DEBUG
*/
#ifdef DEBUG
#define calloc xcalloc
#define malloc xmalloc
#define realloc xrealloc
#d
www.eeworm.com/read/340665/3268778
c alloc.c
#include
#include
void *
_calloc_r(struct _reent *reent, size_t nitems, size_t size)
{
void *retval = NULL;
retval = calloc(nitems, size);
return(retval);
}
void
_free_r
www.eeworm.com/read/340665/3269403
s _alloc.s
; @(#)_alloc.s 1.4 90/10/14 21:57:19, AMD
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright 1989, 1990 Advanced Micro Devices, Inc.
;
; This software is the p
www.eeworm.com/read/340665/3269421
s alloc.s
;
;(#)_alloc.s 1.4 90/10/14 21:57:19, AMD
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright 1989, 1990 Advanced Micro Devices, Inc.
;
; This software is the
www.eeworm.com/read/340665/3269965
c alloc.c
#include
#include
#include
#include
#include
#include
#if defined(MALLOC_PROVIDED)
void *
_calloc_r(struct _
www.eeworm.com/read/340665/3283675
h alloc.h
// Backward-compat support -*- C++ -*-
// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute
www.eeworm.com/read/339800/3294590
h alloc.h
/*
* Copyright (c) 1996-1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/339800/3294684
pthread_alloc
/*
* Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted
www.eeworm.com/read/339800/3294744
h alloc.h
/*
* Copyright (c) 1996-1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/337254/3342879
h alloc.h
/* alloc.h
Definitions for the object management API protocol memory allocation... */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet