Skip to content

Commit

Permalink
drop unused memory pool code
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Nov 1, 2022
1 parent 3fb93a0 commit 735935d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 324 deletions.
2 changes: 2 additions & 0 deletions src/ivoc/ocnotify.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once
#include <InterViews/observe.h>

#include <cstddef> // std::size_t

void nrn_notify_freed(void (*pf)(void*, int));
void nrn_notify_when_void_freed(void* p, Observer* ob);
void nrn_notify_when_double_freed(double* p, Observer* ob);
Expand Down
Loading

0 comments on commit 735935d

Please sign in to comment.