Searched refs:no_mans_land_size (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/ucrt/heap/ |
H A D | debug_heap.cpp | 65 static size_t const no_mans_land_size = 4; variable 94 unsigned char _gap[no_mans_land_size]; 361 size_t const block_size{sizeof(_CrtMemBlockHeader) + size + no_mans_land_size}; in heap_alloc_dbg_internal() 424 memset(header->_gap, no_mans_land_fill, no_mans_land_size); in heap_alloc_dbg_internal() 425 memset(block_from_header(header) + size, no_mans_land_fill, no_mans_land_size); in heap_alloc_dbg_internal() 655 - no_mans_land_size); in realloc_dbg_nolock() 690 memset(new_block + *new_size, no_mans_land_fill, no_mans_land_size); in realloc_dbg_nolock() 921 if (!check_bytes(header->_gap, no_mans_land_fill, no_mans_land_size)) in free_dbg_nolock() 1164 if (!check_bytes(header->_gap, no_mans_land_fill, no_mans_land_size)) in check_block() 1875 … if (check_bytes((unsigned char *)block -no_mans_land_size, no_mans_land_fill, no_mans_land_size)) in _aligned_offset_realloc_dbg() [all …]
|