代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/195013/5122295

c ialloc.c

/* * linux/fs/sysv/ialloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc.c * Co
www.eeworm.com/read/195013/5122302

c balloc.c

/* * linux/fs/sysv/balloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc.c * Co
www.eeworm.com/read/189477/5192685

c malloc.c

#include #include #include void *malloc(size_t __size) { void *__res; __asm__ __volatile__("int $0x28":"=a" (__res):"a" (__MALLOC_NR),"b" (__
www.eeworm.com/read/189320/5196903

cpp graphable_element.cpp

// Graphable_Element.cpp,v 1.1 2004/01/01 21:01:00 shuston Exp #include "Graphable_Element.h" #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class _List_base
www.eeworm.com/read/187737/5217001

tpl datastr.tpl

INCLUDE "sstore.oxh" PROC main: LOCAL storeId%, streamId&, error%, address&, address2& address& = ALLOC(16) POKEL address&, 1000 POKEL address& + 4, 2000 POKEL address& + 8, 3000 POKE
www.eeworm.com/read/179911/5300211

c ialloc.c

/* * linux/fs/sysv/ialloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc.c * Co
www.eeworm.com/read/179911/5300218

c balloc.c

/* * linux/fs/sysv/balloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc.c * Co
www.eeworm.com/read/176663/5335633

h ppmdsuballoc.h

// PPMDSubAlloc.h // This code is based on Dmitry Shkarin's PPMdH code #ifndef __PPMD_SUBALLOC_H #define __PPMD_SUBALLOC_H #include "PPMDType.h" #include "../../../Common/Alloc.h" const UINT N1=4,
www.eeworm.com/read/176663/5335637

cpp dllexports.cpp

// DLLExports.cpp #include "StdAfx.h" #include "Common/MyInitGuid.h" #include "Common/ComTry.h" #ifdef _WIN32 #include "Common/Alloc.h" #endif #include "PPMDEncoder.h" #include "PPMDDecoder.h" //
www.eeworm.com/read/176663/5335647

cpp deflateencoder.cpp

// DeflateEncoder.cpp #include "StdAfx.h" #include "DeflateEncoder.h" #include "Windows/Defs.h" #include "Common/ComTry.h" #include "../../../Common/Alloc.h" #include "../LZ/BinTree/BinTree3Z.h" n