Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/Scheduler/Source/
H A DMTDefaultAppInterop.cpp71 void* Memory::Alloc(size_t size, size_t align) in Alloc() function in MT::Memory
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h177 int32 Alloc(const char* srcFile, int32 srcLine, const char* scopeName) in Alloc() function
191 int32 Alloc(const char* srcFile, int32 srcLine, const char* scopeName, const T1 & p1) in Alloc() function
204 …int32 Alloc(const char* srcFile, int32 srcLine, const char* scopeName, const T1 & p1, const T1 & p… in Alloc() function
217 …int32 Alloc(const char* srcFile, int32 srcLine, const char* scopeName, const T1 & p1, const T1 & p… in Alloc() function
/TaskScheduler/Scheduler/Include/
H A DMTTaskPool.h320 TaskHandle Alloc(T && task) in Alloc() function