ADL (AMD Display Library) Public APIs
Version 17.1
|
Contains the definition of the Memory Allocation Callback.
Included in ADL SDK
More...
#include "adl_structures.h"
Go to the source code of this file.
Macros | |
#define | __stdcall |
#define | ADL_SDK_MAJOR_VERSION 17 |
#define | ADL_SDK_MINOR_VERSION 1 |
Typedefs | |
typedef void *(* | ADL_MAIN_MALLOC_CALLBACK) (int) |
Memory Allocation Call back. More... | |
Contains the definition of the Memory Allocation Callback.
Included in ADL SDK
This file contains the definition of the Memory Allocation Callback.
It also includes definitions of the respective structures and constants.
This is the only header file to be included in a C/C++ project using ADL
#define __stdcall |
#define ADL_SDK_MAJOR_VERSION 17 |
#define ADL_SDK_MINOR_VERSION 1 |
typedef void*( * ADL_MAIN_MALLOC_CALLBACK) (int) |
Memory Allocation Call back.