代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/136072/5874894
makefile
# Makefile for uClibc
#
# Copyright (C) 2002,03 NEC Electronics Corporation
# Copyright (C) 2002,03 Miles Bader
#
# This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/154848/11923113
c gmalloc-head.c
/* DO NOT EDIT THIS FILE -- it is automagically generated. -*- C -*- */
#define _MALLOC_INTERNAL
/* The malloc headers and source files from the C library follow here. */
www.eeworm.com/read/148898/12415819
c permrv.c
#include
/* #include */
/* #include */
#include
#define MC_EXTERNAL 0
#define Malloc(A,B) malloc(A)
#define Free(A) free
www.eeworm.com/read/268420/11140890
c util.c
/*
* util.c - commonly used utility functions.
常用工具函数
*/
#include
#include
#include
#include "util.h"
/*申请内存空间*/
void *checked_malloc(int len)
{void *p =
www.eeworm.com/read/100237/15879790
c mallopt.c
/*
* (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).
* You may copy, distribute, and use this software as long as this
* copyright statement is not removed.
*/
#include
#in
www.eeworm.com/read/283355/4080083
patch glibc-2.2.5-allow-gcc-4.0-malloc.patch
Fixes
programs/ld-collate.c: In function 'obstack_int32_grow':
programs/ld-collate.c:48: error: invalid lvalue in increment
programs/ld-collate.c: In function 'obstack_int32_grow_fast':
programs/ld-co
www.eeworm.com/read/283355/4080282
patch glibc-2.2.5-allow-gcc-4.0-malloc.patch
Fixes
programs/ld-collate.c: In function 'obstack_int32_grow':
programs/ld-collate.c:48: error: invalid lvalue in increment
programs/ld-collate.c: In function 'obstack_int32_grow_fast':
programs/ld-co
www.eeworm.com/read/377683/9266311
test malloci.test
# 2008 August 01
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/377683/9266389
test malloch.test
# 2008 August 01
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/147331/5731726
c mallstatsr.c
#include
void
_malloc_stats_r (struct _reent *ptr)
{
malloc_stats ();
}