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

  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
addrobject.cpp 5 * Permission is hereby granted, free of charge, to any person obtaining
134 VOID* pObjMem, ///< [in] User virtual address to free.
154 * Object::Free
160 VOID Object::Free(
161 VOID* pObjMem ///< [in] User virtual address to free.
195 VOID* pObjMem) ///< [in] User virtual address to free.
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
addrobject.cpp 5 * Permission is hereby granted, free of charge, to any person obtaining
134 VOID* pObjMem, ///< [in] User virtual address to free.
154 * Object::Free
160 VOID Object::Free(
161 VOID* pObjMem ///< [in] User virtual address to free.
194 VOID* pObjMem) ///< [in] User virtual address to free.
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
addrobject.cpp 5 * Permission is hereby granted, free of charge, to any person obtaining
134 VOID* pObjMem, ///< [in] User virtual address to free.
154 * Object::Free
160 VOID Object::Free(
161 VOID* pObjMem ///< [in] User virtual address to free.
194 VOID* pObjMem) ///< [in] User virtual address to free.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
arena.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
30 * free individual allocations. All of the arena memory can be freed at once.
61 void Free(ArenaBlock* pMem)
141 void Free(ArenaBlock* pMem)
170 this->DefaultAllocator::Free(pBlock);
227 // Free all cached blocks
234 this->DefaultAllocator::Free(pBlock);
241 this->DefaultAllocator::Free(pBlock);
461 m_allocator.Free(pBlock);
466 m_allocator.Free(m_pCurBlock)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
colormap.c 281 free (pmap);
326 free(pmap);
372 free(pmap->clientPixelsRed[client]);
373 free(pmap);
388 free(pmap->clientPixelsGreen[client]);
389 free(pmap->clientPixelsRed[client]);
390 free(pmap);
445 * to free any storage it allocated */
451 free(pmap->clientPixelsRed[i]);
463 free(pent->co.shco.red)
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
colormap.c 264 free(pmap);
304 free(pmap);
345 free(pmap->clientPixelsRed[client]);
346 free(pmap);
360 free(pmap->clientPixelsGreen[client]);
361 free(pmap->clientPixelsRed[client]);
362 free(pmap);
415 * to free any storage it allocated */
420 free(pmap->clientPixelsRed[i]);
428 free(pent->co.shco.red)
    [all...]

Completed in 34 milliseconds