OpenFHE
1.5.1

Contents:

  • Getting Started
  • Examples
  • Tutorials on Cryptographic Capabilities
  • OpenFHE Modules
  • Security Notes for Homomorphic Encryption
  • OpenFHE Library API
  • Contributing to OpenFHE
  • OpenFHE Project Code of Conduct
  • Contributors
  • OpenFHE Governance
  • OpenFHE License
  • Publications on Lattice Crypto Scheme Implementations in OpenFHE
  • How To Migrate A User Project From Palisade To OpenFHE

Appendix

  • Index
OpenFHE
  • »
  • File xallocator.cpp
  • Edit on GitHub

File xallocator.cpp

↰ Parent directory (core/lib/utils/blockAllocator)

Page Contents

  • Definition (core/lib/utils/blockAllocator/xallocator.cpp)

  • Includes

  • Functions

  • Variables

Definition (core/lib/utils/blockAllocator/xallocator.cpp)

  • Program Listing for File xallocator.cpp

Includes

  • cassert

  • cstring

  • iostream

  • map (File xmap.h)

  • mutex

  • thread

  • utils/blockAllocator/blockAllocator.h (File blockAllocator.h)

  • utils/blockAllocator/xallocator.h (File xallocator.h)

  • utils/exception.h (File exception.h)

Functions

  • Function get_block_allocator

  • Function get_block_ptr

  • Function lock_destroy

  • Function lock_get

  • Function lock_init

  • Function lock_release

  • Function set_block_allocator

  • Function xalloc_destroy()

  • Function xalloc_init()

  • Function xalloc_stats()

  • Function xallocator_get_allocator

  • Function xfree(void *)

  • Function xmalloc(size_t)

  • Function xrealloc(void *, size_t)

Variables

  • Variable _allocators

  • Variable _xallocInitialized

  • Variable xalloc_mutex

  • Variable xallocInitDestroy


© Copyright 2022, OpenFHE.

Built with Sphinx using a theme provided by Read the Docs.