beremiz
Clone
Summary
Browse
Changes
Graph
run separate test on every project instead of one big long test all projects
2017-09-15, Andrey Skvortsov
3f0a552549d1
run separate test on every project instead of one big long test all projects
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}
void CleanupRetain(void)
{
}
void InitRetain(void)
{
}