代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/343891/3214643

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that it *
www.eeworm.com/read/341021/3259753

c malloc.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * * Copyright (C) 1997 University of Chicago. * See COPYRIGHT notice in top-level directory. */ /* These are routines for allocating and dealloc
www.eeworm.com/read/340665/3269561

h malloc.h

/* Prototypes and definition for malloc implementation. Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free
www.eeworm.com/read/340665/3269625

c malloc.c

/* Malloc implementation for multiple threads without lock contention. Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Wolf
www.eeworm.com/read/340665/3269966

c malloc.c

//#define USE_DL_PREFIX #ifdef GNUWINCE #define WIN32 #define USE_MALLOC_LOCK #define ARM #include #endif /* This is a version (aka dlmalloc) of malloc/free/realloc written by D
www.eeworm.com/read/340665/3270291

h malloc.h

#ifndef _MACHMALLOC_H_ #define _MACHMALLOC_H_ # if defined(__ALTIVEC__) _PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size)); _PTR _EXFUN(_vec_calloc_r,(struct _reent *, size_t __nmemb, siz
www.eeworm.com/read/340665/3270688

h malloc.h

/* malloc.h -- header file for memory routines. */ #ifndef _INCLUDE_MALLOC_H_ #define _INCLUDE_MALLOC_H_ #include #include #define __need_size_t #include /* inc
www.eeworm.com/read/340665/3270692

h malloc.h

#ifndef _MACHMALLOC_H_ #define _MACHMALLOC_H_ /* place holder so platforms may add malloc.h extensions */ #endif /* _MACHMALLOC_H_ */
www.eeworm.com/read/340665/3270952

c malloc.c

/* VxWorks provides its own version of malloc, and we can't use this one because VxWorks does not provide sbrk. So we have a hook to not compile this code. */ /* The routines here are simple
www.eeworm.com/read/340665/3271829

h malloc.h

/* DO NOT EDIT THIS FILE. It has been auto-edited by fixincludes from: "fixinc/tests/inc/malloc.h" This had to be done to correct non-standard usages in the original, manufacturer sup