代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/117726/14906791

readme

##################################################################### # CS:APP Malloc Lab # Traces # # Copyright (c) 2002, R. Bryant and D. O'Hallaron, All rights reserved. # May not be used, modified
www.eeworm.com/read/117724/14907315

readme

##################################################################### # CS:APP Malloc Lab # Traces # # Copyright (c) 2002, R. Bryant and D. O'Hallaron, All rights reserved. # May not be used, modified
www.eeworm.com/read/212047/15167461

todo

* Maybe the routines can be made to work with pointers instead of structs so that only pointer manipulation is done by the siman algorithm and there is no need for malloc. A call would look someth
www.eeworm.com/read/210422/15198846

cpp unit1.cpp

//--------------------------------------------------------------------------- #include #include #include #include #pragma hdrstop #define DATALEN 512 //#defin
www.eeworm.com/read/210422/15198849

~cpp unit1.~cpp

//--------------------------------------------------------------------------- #include #include #include #include #pragma hdrstop #define DATALEN 512 //#defin
www.eeworm.com/read/34862/891046

h lwippools.h

/* OPTIONAL: Pools to replace heap allocation * Optional: Pools can be used instead of the heap for mem_malloc. If * so, these should be defined here, in increasing order according to * the poo
www.eeworm.com/read/247849/4474065

h xm-next.h

#include "i386/xm-i386.h" /* malloc does better with chunks the size of a page. */ #define OBSTACK_CHUNK_SIZE (getpagesize ())
www.eeworm.com/read/186388/5233688

h xm-next.h

#include "i386/xm-i386.h" /* malloc does better with chunks the size of a page. */ #define OBSTACK_CHUNK_SIZE (getpagesize ())
www.eeworm.com/read/182103/5266687

c mallocfreespace.c

/* * RTEMS Malloc Get Status Information * * * COPYRIGHT (c) 1989-2000. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * fo
www.eeworm.com/read/178232/5317710

c sflsq.c

/* * sflsq.c * * Simple list, stack, queue, and dictionary implementations * ( most of these implementations are list based - not performance monsters, * and they all use malloc via s_m