diff options
| author | sandello <[email protected]> | 2022-02-10 16:49:52 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:52 +0300 |
| commit | 0cdbcf332f1f329f0a3d6759462ad71e7867ac08 (patch) | |
| tree | 6866207854e212f8179cb77bd1e2435e49743f66 /library/cpp/malloc/api/malloc.h | |
| parent | 3f5911a056d3dbc4bfd724740244a3a9c11575ef (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/malloc/api/malloc.h')
| -rw-r--r-- | library/cpp/malloc/api/malloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/malloc/api/malloc.h b/library/cpp/malloc/api/malloc.h index ebd545d6dd9..b8c7c33e57f 100644 --- a/library/cpp/malloc/api/malloc.h +++ b/library/cpp/malloc/api/malloc.h @@ -8,10 +8,10 @@ namespace NMalloc { TMallocInfo(); const char* Name; - + bool (*SetParam)(const char* param, const char* value); - const char* (*GetParam)(const char* param); - + const char* (*GetParam)(const char* param); + bool (*CheckParam)(const char* param, bool defaultValue); }; |
