代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/164189/10123313

c mem_alloc.c

# include # include "ansi_parse.h" # include # include static char sccsid[] = "@(#)mem_alloc.c 1.2 4/26/95"; static int n_strings = 0, n_text = 0, n_tokens
www.eeworm.com/read/357508/10208016

h nc_alloc.h

/**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * *
www.eeworm.com/read/357508/10208294

c alloc_entry.c

/**************************************************************************** * Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. * *
www.eeworm.com/read/357508/10208315

c alloc_ttype.c

/**************************************************************************** * Copyright (c) 1999-2002,2003 Free Software Foundation, Inc. * *
www.eeworm.com/read/162272/10320769

h pthread_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereb
www.eeworm.com/read/162272/10320788

h stl_alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereb
www.eeworm.com/read/162078/10339223

rc global_alloc.rc

#include "windows.h" #include "Global_Alloc.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/162078/10339231

h global_alloc.h

#define IDM_EXIT 100 #define IDM_TEST 200 #define IDM_ABOUT 301 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/162078/10339239

mak global_alloc.mak

# Nmake macros for building Windows 32-Bit apps all: Global~1.exe # Update the resource if necessary Global~1.res: Global~1.rc Global~1.h rc -r -fo Global~1.res Global~1.rc # Update t
www.eeworm.com/read/162078/10339248

cpp global_alloc.cpp

#include #include "Global_Alloc.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x