You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.7 KiB

25 years ago
  1. SUBCLASS_cl_...
  2. cl_MI_export.h:class cl_heap_modint_ring : public cl_heap {
  3. cl_hash.h:struct cl_heap_hashtable : public cl_heap {
  4. cl_hash1.h:struct cl_heap_hashtable_1 : public cl_heap_hashtable <cl_htentry1 <key1_type,value_type> > {
  5. cl_hash1weak.h:struct cl_heap_weak_hashtable_1 : public cl_heap_hashtable_1 <key1_type,value_type> {
  6. cl_hash2.h:struct cl_heap_hashtable_2 : public cl_heap_hashtable <cl_htentry2 <key1_type,key2_type,value_type> > {
  7. cl_hashset.h:struct cl_heap_hashtable_set : public cl_heap_hashtable <cl_htsetentry <key1_type> > {
  8. cl_hashuniq.h:struct cl_heap_hashtable_uniq : public cl_heap_hashtable <cl_htuniqentry <key1_type,value_type> > {
  9. cl_hashuniqweak.h:struct cl_heap_weak_hashtable_uniq : public cl_heap_hashtable_uniq <key1_type,value_type> {
  10. cl_string.h:struct cl_heap_string : public cl_heap {
  11. cl_V_I.cc:struct cl_heap_V_I_general : public cl_heap_V_I {
  12. cl_C.h:struct cl_heap_complex : cl_heap {
  13. cl_DF.h:struct cl_heap_dfloat : cl_heap {
  14. cl_FF.h:struct cl_heap_ffloat : cl_heap {
  15. cl_I.h:struct cl_heap_bignum : cl_heap {
  16. cl_LF.h:struct cl_heap_lfloat : cl_heap {
  17. cl_RA.h:struct cl_heap_ratio : cl_heap {
  18. cl_V_I.h:struct cl_heap_V_I : cl_heap {
  19. cl_C.h: cl_heap_complex* p = (cl_heap_complex*) cl_malloc_hook(sizeof(cl_heap_complex));
  20. cl_DF.h: cl_heap_dfloat* p = (cl_heap_dfloat*) cl_malloc_hook(sizeof(cl_heap_dfloat));
  21. cl_DF.h: cl_heap_dfloat* p = (cl_heap_dfloat*) cl_malloc_hook(sizeof(cl_heap_dfloat));
  22. cl_FF.h: cl_heap_ffloat* p = (cl_heap_ffloat*) cl_malloc_hook(sizeof(cl_heap_ffloat));
  23. cl_RA.h: cl_heap_ratio* p = (cl_heap_ratio*) cl_malloc_hook(sizeof(cl_heap_ratio));
  24. cl_V_I.cc: var cl_heap_V_I_general* hv = (cl_heap_V_I_general*) cl_malloc_hook(offsetofa(cl_heap_V_I_general,data)+sizeof(cl_I)*len);