tunnelkit/PIATunnel/Sources/Core/Allocation.h

14 lines
261 B
C
Raw Normal View History

2018-08-23 08:19:25 +00:00
//
// Allocation.h
// PIATunnel
//
// Created by Davide De Rosa on 5/5/17.
// Copyright © 2018 London Trust Media. All rights reserved.
//
#import <stddef.h>
void *allocate_safely(size_t size);
size_t safe_crypto_capacity(size_t size, size_t overhead);