代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/123438/6059211

h malloc.h

#ifndef _LINUX_MALLOC_H #define _LINUX_MALLOC_H #include #ifdef CONFIG_DEBUG_MALLOC #define kmalloc(a,b) deb_kmalloc(__FILE__,__LINE__,a,b) #define kfree_s(a,b) deb_kfree_s(_
www.eeworm.com/read/123322/6060776

cxx malloc.cxx

//======================================================================== // // malloc.cxx // // Implementation of ISO C memory allocation routines // //====================================
www.eeworm.com/read/121089/6069350

h malloc.h

/*** *malloc.h - declarations and definitions for memory allocation functions * * Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. * *Purpose: * Contains the function de
www.eeworm.com/read/121089/6070672

h malloc.h

/*** *malloc.h - declarations and definitions for memory allocation functions * * Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved. * *Purpose: * Contains the function declar
www.eeworm.com/read/119864/6081521

c malloc.c

/* malloc - heap manager based on heavy use of virtual memory management. Copyright (C) 1998 Valery Shchedrin This library is free software; you can redistribute it and/or modify it under t
www.eeworm.com/read/119864/6081534

h malloc.h

/* malloc.h - declarations for the allocator. Copyright (c) 1989, 1993 Michael J. Haertel You may redistribute this library under the terms of the GNU Library General Public License (version
www.eeworm.com/read/119864/6081539

c malloc.c

/* malloc.c - C standard library routine. Copyright (c) 1989, 1993 Michael J. Haertel You may redistribute this library under the terms of the GNU Library General Public License (version 2 o
www.eeworm.com/read/119864/6082014

c malloc.c

#include #include #include #define N_PTRS 1000 #define N_ALLOCS 10000 #define MAX_SIZE 0x10000 #define random_size() (random()%MAX_SIZE) #define random_ptr() (random
www.eeworm.com/read/116006/6115011

c malloc.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l
www.eeworm.com/read/113399/6132170

c malloc.c

/* $Header$ */ /* replace undef by define */ #undef DEBUG /* check assertions */ #undef SLOWDEBUG /* some extra test loops (requires DEBUG) */ #include #include #inc