代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/471134/6898030

obj my_alloc.obj

www.eeworm.com/read/471134/6898062

obj my_alloc.obj

www.eeworm.com/read/471134/6898096

obj my_alloc.obj

www.eeworm.com/read/174213/9602117

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 hereby gra
www.eeworm.com/read/174213/9602126

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 hereby gra
www.eeworm.com/read/171829/9734952

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/171829/9734954

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/171829/9734956

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/171829/9734958

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
www.eeworm.com/read/367406/9751985

res global_alloc.res