Skip to content
nomius edited this page Feb 16, 2014 · 1 revision

Introduction

This is a list of questions people normally would ask.

Details

  • What happens if I initialize dmemory twice?

In case you initialize dmemory twice no corruption will be made, although if the debug level given was 2 or 4, a warning with this issue will show up in standard error.

  • What happens if I never call dmemory_init?

In case you never call dmemory_init or in case you call it with -1 as debug level, dmemory will works as normal dynamic memory functions without any additions.

  • Is it there a way to disable dmemory additional work in run time?

Yes, sure it is, if you never call dmemory_init or call it with -1 as debug level dmemory will work as standard dynamic memory functions.

Clone this wiki locally