---
title: cssm_memory_funcs
framework: security
role: symbol
role_heading: Structure
path: security/cssm_memory_funcs-swift.struct
---

# cssm_memory_funcs

## Declaration

```swift
struct cssm_memory_funcs
```

## Topics

### Initializers

- [init()](security/cssm_memory_funcs-swift.struct/init().md)
- [init(malloc_func:free_func:realloc_func:calloc_func:AllocRef:)](security/cssm_memory_funcs-swift.struct/init(malloc_func:free_func:realloc_func:calloc_func:allocref:).md)

### Instance Properties

- [AllocRef](security/cssm_memory_funcs-swift.struct/allocref.md)
- [calloc_func](security/cssm_memory_funcs-swift.struct/calloc_func.md)
- [free_func](security/cssm_memory_funcs-swift.struct/free_func.md)
- [malloc_func](security/cssm_memory_funcs-swift.struct/malloc_func.md)
- [realloc_func](security/cssm_memory_funcs-swift.struct/realloc_func.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
