代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/239309/4602683
h mm_malloc.h
/* A simple malloc implimentation from 15-213
* mm_malloc.h
*
* 213 mm_malloc macros and prototypes.
*
*/
#ifndef _MM_MALLOC_H
#define _MM_MALLOC_H
/* $begin mallocmacros */
/* Basic constants
www.eeworm.com/read/237551/4623464
h malloc-machine.h
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU C L
www.eeworm.com/read/237551/4627046
h malloc-machine.h
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU C L
www.eeworm.com/read/233554/4666398
h ntp_malloc.h
/*
* Define malloc and friends.
*/
#ifndef _ntp_malloc_h
#define _ntp_malloc_h
#ifdef HAVE_CONFIG_H
# include
#endif
#ifdef HAVE_STDLIB_H
# include
#else /* HAVE_STDLIB_H *
www.eeworm.com/read/233448/4670303
t-gmm_malloc
# Install gmm_malloc.h as mm_malloc.h.
EXTRA_HEADERS += mm_malloc.h
mm_malloc.h: $(srcdir)/config/i386/gmm_malloc.h
rm -f $@
cat $^ > $@
www.eeworm.com/read/233448/4670312
h gmm_malloc.h
/* Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Licen
www.eeworm.com/read/233448/4670376
t-pmm_malloc
# Install pmm_malloc.h as mm_malloc.h.
EXTRA_HEADERS += mm_malloc.h
mm_malloc.h: $(srcdir)/config/i386/pmm_malloc.h
rm -f $@
cat $^ > $@
www.eeworm.com/read/233448/4670382
h pmm_malloc.h
/* Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Licen
www.eeworm.com/read/233448/4690254
h malloc_allocator.h
// Allocator that wraps "C" malloc -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// soft
www.eeworm.com/read/232817/4696193
h malloc_conf.h
#ifndef MALLOC_CONF_H
#define MALLOC_CONF_H
/**
* General Purpose Malloc Configuration
*/
//-----------------------------------------------------------------------------
// User parameters t