Skip to content

Commit ac879d3

Browse files
committed
remove unused structure
1 parent 76e1fc6 commit ac879d3

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

include/iso_alloc_internal.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -376,19 +376,6 @@ static uint64_t default_zones[] = {ZONE_512, ZONE_512, ZONE_512, ZONE_1024};
376376
typedef uint64_t bit_slot_t;
377377
typedef int64_t bitmap_index_t;
378378

379-
/* The API allows for consumers of the library to
380-
* create their own zones for unique data/object
381-
* types. This structure allows the caller to define
382-
* which security mitigations should be applied to
383-
* all allocations within the zone */
384-
typedef struct {
385-
bool random_allocation_pattern;
386-
bool adjacent_canary_verification_on_alloc;
387-
bool adjacent_canary_verification_on_free;
388-
bool clear_chunk_on_free;
389-
bool double_free_detection;
390-
} iso_alloc_zone_configuration;
391-
392379
typedef struct {
393380
void *user_pages_start; /* Start of the pages backing this zone */
394381
void *bitmap_start; /* Start of the bitmap */

0 commit comments

Comments
 (0)