代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/147331/5732085
c tiny-malloc.c
/* A replacement malloc with:
- Much reduced code size;
- Smaller RAM footprint;
- The ability to handle downward-growing heaps;
but
- Slower;
- Probably higher memory fragmentation;
www.eeworm.com/read/147331/5732127
c vec_malloc.c
/*
FUNCTION
, , ---manage vector memory
INDEX
vec_malloc
INDEX
vec_realloc
INDEX
vec_free
INDEX
_vec_malloc_r
INDEX
_vec_realloc_r
INDEX
_vec_free_r
AN
www.eeworm.com/read/146056/5740390
c cl_malloc.c
/* $Id: cl_malloc.c,v 1.11 2005/02/17 15:49:50 alan Exp $ */
#include
#include
#include
#include
#include
#include
#ifndef BSD
#ifd
www.eeworm.com/read/146056/5740652
h cl_malloc.h
/* $Id: cl_malloc.h,v 1.3 2005/02/07 03:07:23 alan Exp $ */
/*
* ha_malloc.h: malloc utilities for the Linux-HA heartbeat program
*
* Copyright (C) 2000 Alan Robertson
*
* This li
www.eeworm.com/read/141297/5773696
c malloc16.c
/* Wrapper functions for malloc/free that force 16-byte alignment
* See http://perso.club-internet.fr/matmac/sourcesc.htm
* Copyright 2001 Phil Karn, KA9Q
* May be used under the terms of the GNU
www.eeworm.com/read/141297/5773764
h malloc16.h
/* -*- c++ -*- */
/*
* Copyright 2002 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/136989/5826891
cpp pi_malloc.cpp
// PI_Malloc.cpp,v 1.3 2004/01/07 22:40:16 shuston Exp
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
// Listing 1 code/ch17
#include "ace/Malloc_T.h"
#include "ace/Null_Mutex.h"
www.eeworm.com/read/136812/5857072
c malloc.caltech.c
#ifndef lint
static char sccsid[] = "@(#)malloc.caltech.c 1.1 92/07/30 SMI (from Berkeley 4.3 9/16/83)";
#endif
/*
* malloc.c (Caltech) 2/21/82
* Chris Kingsley, kingsley@cit-20.
*
* This is a ve
www.eeworm.com/read/136812/5859485
h sv_malloc.h
#ifndef sv_malloc_defined
#define sv_malloc_defined
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)sv_malloc.h 1.1 92/07/30";
#endif
#endif
/*
* Copyright (c) 1989 by Sun Microsystems Inc.
www.eeworm.com/read/136812/5859505
c sv_malloc.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)sv_malloc.c 1.1 92/07/30";
#endif
#endif
/*
* Copyright (c) 1989 by Sun Microsystems Inc.
*/
/*=====================
File: sv_malloc.