| 912 | } |
| 913 | |
| 914 | GB_PUBLIC |
| 915 | int64_t GB_Global_nmalloc_get (void) |
| 916 | { |
| 917 | int64_t nmalloc ; |
| 918 | GB_ATOMIC_READ |
| 919 | nmalloc = GB_Global.nmalloc ; |
| 920 | return (nmalloc) ; |
| 921 | } |
| 922 | |
| 923 | //------------------------------------------------------------------------------ |
| 924 | // malloc_debug |
no outgoing calls
no test coverage detected