HomeSort by: relevance | last modified time | path
    Searched refs:deallocate (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
Object.c 227 if (ext->deallocate == XtInheritDeallocate)
228 ext->deallocate = (super_ext ? super_ext->deallocate : NULL);
239 ext->deallocate = super_ext->deallocate;
Destroy.c 174 /* Call widget deallocate procedure */
182 if (ext && ext->deallocate) {
183 XtDeallocateProc deallocate; local
185 deallocate = ext->deallocate;
187 (*deallocate) (widget, NULL);
Initialize.c 345 Boolean deallocate = False; local
364 deallocate = True;
374 if (deallocate)
  /xsrc/external/mit/libXt/dist/include/X11/
ObjectP.h 126 XtDeallocateProc deallocate; member in struct:__anon6006
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl2.hpp 3641 void deallocate(pointer p, size_type) function in class:cl::SVMAllocator
3726 std::allocator_traits<Alloc>::deallocate(tmpAlloc, ptr, copies_);
3761 std::allocator_traits<Alloc>::deallocate(alloc, tmp, copies);
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl2.hpp 3497 void deallocate(pointer p, size_type) function in class:cl::SVMAllocator
3582 std::allocator_traits<Alloc>::deallocate(tmpAlloc, ptr, copies_);
3617 std::allocator_traits<Alloc>::deallocate(alloc, tmp, copies);

Completed in 26 milliseconds