代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/409921/2226664

c malloc.c

/* $Id: malloc.c 21298 2006-03-12 00:08:41Z jimtabor $ */ /* * COPYRIGHT: None * LICENSE: Public domain * PROJECT: ReactOS system libraries * FILE: reactos/lib/psapi/misc/m
www.eeworm.com/read/408818/2242959

h malloc.h

/* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/complaints/performance data to dl@cs.oswego.edu * VERSION 2.6.6 Sun Mar 5 1
www.eeworm.com/read/407447/2264002

c malloc.c

#include #include EXPORT void* malloc( int size ) { dprintf("Msvcrt: malloc %d\n", size); return (void*)KVirtualAlloc( -1, size, 0, 0 ); } EXPORT void free( void
www.eeworm.com/read/407095/2270369

c malloc.c

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004-2008 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under th
www.eeworm.com/read/402480/2321551

h malloc.h

/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved.
www.eeworm.com/read/402480/2321574

c malloc.c

/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved.
www.eeworm.com/read/402480/2321723

h malloc.h

/* Prototypes and definition for malloc implementation. Copyright (C) 1996,97,99,2000,2002,2003,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library
www.eeworm.com/read/402480/2321734

c malloc.c

/********************** BEGIN OMPI CHANGES *****************************/ #define OMPI_DISABLE_ENABLE_MEM_DEBUG 1 #include "opal_config.h" #include #include #include "opal/sy
www.eeworm.com/read/400494/2350431

h malloc.h

/* Declarations for `malloc' and friends. Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. This library is free software; you can redistribute
www.eeworm.com/read/400494/2350444

c malloc.c

/* Memory allocator `malloc'. Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. This library is free software; you can redistribute it and