代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/242657/4547326
pi_malloc gnumakefile.pi_malloc
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.PI_Malloc
#
# $Id: gnu.mpd 77593 2007-03-07 16:38:39Z elliot
www.eeworm.com/read/242657/4547335
bor pi_malloc.bor
# Makefile for building the PI_Malloc exe with Borland C++ Make
NAME = PI_Malloc
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\PI_Malloc.$(OBJ_EXT)
LFLAGS = \
-L"." \
-j"." \
www.eeworm.com/read/242657/4547354
cpp pi_malloc.cpp
// $Id: PI_Malloc.cpp 78918 2007-07-17 04:06:30Z sowayaa $
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
// Listing 1 code/ch17
#include "ace/MMAP_Memory_Pool.h"
#include "ace/Malloc_T.
www.eeworm.com/read/241253/4561667
c kern_malloc.c
/* $Id: kern_malloc.c,v 1.1.1.1 2001/10/01 18:47:34 patrik Exp $ */
/* $OpenBSD: kern_malloc.c,v 1.17 1999/09/10 22:14:39 art Exp $ */
/* $NetBSD: kern_malloc.c,v 1.15.4.2 1996/06/13 17:10:56 cgd Exp
www.eeworm.com/read/239776/4594079
c dld_malloc.c
/*
* dsp_dld/arm/dld_malloc.c
*
* DSP Dynamic Loader Daemon: dld_malloc.c
*
* Copyright (C) 2005 Nokia Corporation
*
* Written by Toshihiro Kobayashi
*
* This
www.eeworm.com/read/239776/4594084
h dld_malloc.h
/*
* dsp_dld/arm/dld_malloc.h
*
* DSP Dynamic Loader Daemon: dld_malloc.h
*
* Copyright (C) 2005 Nokia Corporation
*
* Written by Toshihiro Kobayashi
*
* This
www.eeworm.com/read/239309/4602681
c mm_malloc.c
/*
* Simple allocator based on implicit free lists with boundary
* tag coalescing. Each block has header and footer of the form:
*
* 31 3 2 1 0
* -------------