![]() |
CARTA Backend
The backend component of CARTA
|
Functions | |
| bool | ExcludeFromCoreDump (void *address, size_t size) |
| Mark the memory address range provided to be excluded from core dumps, if this is supported by the platform. The range must be page-aligned. | |
| bool ExcludeFromCoreDump | ( | void * | address, |
| size_t | size | ||
| ) |
Mark the memory address range provided to be excluded from core dumps, if this is supported by the platform. The range must be page-aligned.
Mark the memory address range provided to be excluded from core dumps, using the madvise system function, if this is supported by the platform (either MADV_DONTDUMP nor MADV_NOCORE must be defined). The address range must be page-aligned.