deallocate 111 base/containers/stack_container.h void deallocate(pointer p, size_type n) { deallocate 115 base/containers/stack_container.h std::allocator<T>::deallocate(p, n); deallocate 169 courgette/memory_allocator.h void deallocate(pointer ptr, size_type size) { deallocate 263 courgette/memory_allocator.h void deallocate(pointer ptr, size_type size) { deallocate 315 courgette/memory_allocator.h alloc_.deallocate(buffer_, alloc_size_); deallocate 343 courgette/memory_allocator.h alloc_.deallocate(buffer_, alloc_size_); deallocate 511 third_party/libxslt/libxslt/transform.c cur->extras[i].deallocate = NULL; deallocate 593 third_party/libxslt/libxslt/transform.c if ((ctxt->extras[i].deallocate != NULL) && deallocate 595 third_party/libxslt/libxslt/transform.c ctxt->extras[i].deallocate(ctxt->extras[i].info); deallocate 810 third_party/libxslt/libxslt/xslt.c ctxt->extras[i].deallocate = NULL; deallocate 829 third_party/libxslt/libxslt/xslt.c ctxt->extras[i].deallocate = NULL; deallocate 235 third_party/libxslt/libxslt/xsltInternals.h xmlFreeFunc deallocate; /* pointer to the deallocation routine */ deallocate 257 third_party/libxslt/libxslt/xsltInternals.h #define XSLT_RUNTIME_EXTRA_FREE(ctxt, nr) (ctxt)->extras[(nr)].deallocate deallocate 303 third_party/npapi/bindings/npruntime.h NPDeallocateFunctionPtr deallocate; deallocate 325 third_party/npapi/npspy/extern/plugin/npruntime.h NPDeallocateFunctionPtr deallocate; deallocate 85 third_party/tcmalloc/chromium/src/base/stl_allocator.h void deallocate(pointer p, size_type n) { Alloc::Free(p, n * sizeof(T)); } deallocate 798 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc allocator.deallocate(ptrs[i], i*3+1); deallocate 85 third_party/tcmalloc/vendor/src/base/stl_allocator.h void deallocate(pointer p, size_type n) { Alloc::Free(p, n * sizeof(T)); } deallocate 798 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc allocator.deallocate(ptrs[i], i*3+1); deallocate 42 tools/memory_watcher/memory_hook.h void deallocate(void* p, size_type) {