代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/213039/4930912

cpp malloc.cpp

// Malloc.cpp,v 1.4 2004/01/07 22:40:16 shuston Exp #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_string.h" // Listing 1 code/ch17 #include "ace/Malloc_T.h" #include "ace/Null_Mutex.h"
www.eeworm.com/read/213039/4930915

vcproj malloc.vcproj

www.eeworm.com/read/210144/4953960

c malloc.c

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L
www.eeworm.com/read/209559/4973795

c malloc.c

/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright (C) 2001-2003 Red Hat, Inc. * * Created by David Woodhouse * * For licensing information, see the file '
www.eeworm.com/read/209559/4974259

h malloc.h

/* * malloc.h - NTFS kernel memory handling. Part of the Linux-NTFS project. * * Copyright (c) 2001-2004 Anton Altaparmakov * * This program/include file is free software; you can redistribute it
www.eeworm.com/read/209211/4984689

c malloc.c

#include #include typedef unsigned int uint; enum { MAGIC = 0xbada110c, MAX2SIZE = 32, CUTOFF = 12, }; typedef struct Bucket Bucket; struct Bucket { int size; int magic
www.eeworm.com/read/209211/4985311

acid malloc.acid

sizeof_1_ = 8; aggr _1_ { 'D' 0 lo; 'D' 4 hi; }; defn _1_(addr) { complex _1_ addr; print(" lo ", addr.lo, "\n"); print(" hi ", addr.hi, "\n"); }; sizeofFPdbleword = 8; aggr FPdbleword { 'F' 0
www.eeworm.com/read/209211/4985360

c malloc.c

#include #include #include #include static void* sbrkalloc(ulong); static int sbrkmerge(void*, void*); static void plock(Pool*); static void punlock(Pool*); static
www.eeworm.com/read/209211/4986473

c malloc.c

#include "all.h" #include "mem.h" #include "io.h" long niob; long nhiob; Hiob *hiob; /* * Called to allocate permanent data structures * Alignment is in number of bytes. It pertains both to the st
www.eeworm.com/read/205824/5015880

c malloc.c

/* * msvcrt.dll heap functions * * Copyright 2000 Jon Griffiths * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ